Class: Karaden::Model::Collection
- Inherits:
-
KaradenObject
- Object
- KaradenObject
- Karaden::Model::Collection
- Defined in:
- lib/karaden/model/collection.rb
Constant Summary collapse
- OBJECT_NAME =
'list'.freeze
Instance Method Summary collapse
Methods inherited from KaradenObject
#id, #initialize, #object, #property, #property_keys, #set_property
Constructor Details
This class inherits a constructor from Karaden::Model::KaradenObject
Instance Method Details
#data ⇒ Object
6 7 8 |
# File 'lib/karaden/model/collection.rb', line 6 def data() property('data') end |
#more? ⇒ Boolean
10 11 12 |
# File 'lib/karaden/model/collection.rb', line 10 def more?() property('has_more') end |