Class: RailLocatorApi::Response
- Defined in:
- lib/rail-locator-api/response.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Method Summary collapse
-
#initialize(body: {}, headers: {}) ⇒ Response
constructor
A new instance of Response.
Constructor Details
#initialize(body: {}, headers: {}) ⇒ Response
Returns a new instance of Response.
5 6 7 8 |
# File 'lib/rail-locator-api/response.rb', line 5 def initialize(body: {}, headers: {}) @body = body @headers = headers end |