Class: FrilansFinansAPI::NilClient::Response
- Inherits:
-
Struct
- Object
- Struct
- FrilansFinansAPI::NilClient::Response
- Defined in:
- lib/frilans_finans_api/client/nil_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
9 10 11 |
# File 'lib/frilans_finans_api/client/nil_client.rb', line 9 def body @body end |
#code ⇒ Object
Returns the value of attribute code
9 10 11 |
# File 'lib/frilans_finans_api/client/nil_client.rb', line 9 def code @code end |
#request ⇒ Object
Returns the value of attribute request
9 10 11 |
# File 'lib/frilans_finans_api/client/nil_client.rb', line 9 def request @request end |