msimonborg/pyr

View on GitHub
lib/pyr/resources/states.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module PYR
  class Resource
    # Request object for sending requests to the /states
    # resource of the API
    class States < Resource; end
  end
end