Class: ApiRecord::IndexCollection
- Inherits:
-
Struct
- Object
- Struct
- ApiRecord::IndexCollection
- Defined in:
- lib/api_record/index_collection.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items
2 3 4 |
# File 'lib/api_record/index_collection.rb', line 2 def items @items end |
#response ⇒ Object
Returns the value of attribute response
2 3 4 |
# File 'lib/api_record/index_collection.rb', line 2 def response @response end |