Class: Nexo::ApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Nexo::ApiResponse
- Defined in:
- app/lib/nexo/api_client/api_response.rb
Instance Attribute Summary collapse
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#id ⇒ Object
Returns the value of attribute id.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#etag ⇒ Object
Returns the value of attribute etag
2 3 4 |
# File 'app/lib/nexo/api_client/api_response.rb', line 2 def etag @etag end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'app/lib/nexo/api_client/api_response.rb', line 2 def id @id end |
#payload ⇒ Object
Returns the value of attribute payload
2 3 4 |
# File 'app/lib/nexo/api_client/api_response.rb', line 2 def payload @payload end |
#status ⇒ Object
Returns the value of attribute status
2 3 4 |
# File 'app/lib/nexo/api_client/api_response.rb', line 2 def status @status end |