Class: FrilansFinansAPI::FixtureClient::Response
- Inherits:
-
Struct
- Object
- Struct
- FrilansFinansAPI::FixtureClient::Response
- Defined in:
- lib/frilans_finans_api/client/fixture_client.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
14 15 16 |
# File 'lib/frilans_finans_api/client/fixture_client.rb', line 14 def body @body end |
#code ⇒ Object
Returns the value of attribute code
14 15 16 |
# File 'lib/frilans_finans_api/client/fixture_client.rb', line 14 def code @code end |
#request ⇒ Object
Returns the value of attribute request
14 15 16 |
# File 'lib/frilans_finans_api/client/fixture_client.rb', line 14 def request @request end |