Class: PostProxy::ListResponse
- Inherits:
-
Object
- Object
- PostProxy::ListResponse
- Defined in:
- lib/postproxy/types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data:) ⇒ ListResponse
constructor
A new instance of ListResponse.
Constructor Details
#initialize(data:) ⇒ ListResponse
Returns a new instance of ListResponse.
116 117 118 |
# File 'lib/postproxy/types.rb', line 116 def initialize(data:) @data = data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
114 115 116 |
# File 'lib/postproxy/types.rb', line 114 def data @data end |