Class: Sdp::Client::Response
- Inherits:
-
Struct
- Object
- Struct
- Sdp::Client::Response
- Defined in:
- lib/sdp/client.rb
Overview
Request-layer result: the unwrapped envelope ‘data` plus `meta`. Resource methods generally return data to callers; pagination needs meta (hasMore/page), so the request layer always carries both.
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#meta ⇒ Object
Returns the value of attribute meta.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
41 42 43 |
# File 'lib/sdp/client.rb', line 41 def data @data end |
#meta ⇒ Object
Returns the value of attribute meta
41 42 43 |
# File 'lib/sdp/client.rb', line 41 def @meta end |