Class: Nombaone::Internal::Result Private
- Inherits:
-
Struct
- Object
- Struct
- Nombaone::Internal::Result
- Defined in:
- lib/nombaone/internal/http_client.rb,
sig/nombaone/internal.rbs
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
What the transport hands back on success: the unwrapped data, optional
cursor pagination, the request_id, and the raw Response.
Instance Attribute Summary collapse
-
#data ⇒ Object
private
Returns the value of attribute data.
-
#pagination ⇒ Object
private
Returns the value of attribute pagination.
-
#request_id ⇒ Object
private
Returns the value of attribute request_id.
-
#response ⇒ Object
private
Returns the value of attribute response.
Instance Attribute Details
#data ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute data
16 17 18 |
# File 'lib/nombaone/internal/http_client.rb', line 16 def data @data end |
#pagination ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute pagination
16 17 18 |
# File 'lib/nombaone/internal/http_client.rb', line 16 def pagination @pagination end |
#request_id ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute request_id
16 17 18 |
# File 'lib/nombaone/internal/http_client.rb', line 16 def request_id @request_id end |
#response ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute response
16 17 18 |
# File 'lib/nombaone/internal/http_client.rb', line 16 def response @response end |