Class: Renstar::APIClient::Info
- Defined in:
- lib/renstar/api_client/api_objects/info.rb
Overview
An abstraction to the info hash that gets returned from the API It defines getters and instance variables for each key/value pair in the info response from the API for clean access.
Instance Method Summary collapse
Methods inherited from APIObject
#human_readable, #initialize, #to_h
Constructor Details
This class inherits a constructor from Renstar::APIClient::APIObject
Instance Method Details
#pp ⇒ Object
12 13 14 |
# File 'lib/renstar/api_client/api_objects/info.rb', line 12 def pp puts human_readable('info') end |