Class: Revo::LoansApi::Client::Result
- Inherits:
-
Struct
- Object
- Struct
- Revo::LoansApi::Client::Result
- Defined in:
- lib/revo/loans_api/client.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response
13 14 15 |
# File 'lib/revo/loans_api/client.rb', line 13 def response @response end |
#success? ⇒ Object
Returns the value of attribute success?
13 14 15 |
# File 'lib/revo/loans_api/client.rb', line 13
def success?
@success?
end
|