Class: TesoteSdk::Models::OffsetPage
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::OffsetPage
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#has_more ⇒ Object
Returns the value of attribute has_more.
-
#items ⇒ Object
Returns the value of attribute items.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#has_more ⇒ Object
Returns the value of attribute has_more
391 392 393 |
# File 'lib/tesote_sdk/models.rb', line 391 def has_more @has_more end |
#items ⇒ Object
Returns the value of attribute items
391 392 393 |
# File 'lib/tesote_sdk/models.rb', line 391 def items @items end |
#limit ⇒ Object
Returns the value of attribute limit
391 392 393 |
# File 'lib/tesote_sdk/models.rb', line 391 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
391 392 393 |
# File 'lib/tesote_sdk/models.rb', line 391 def offset @offset end |