Class: AxHub::Data::PaginatedList
- Inherits:
-
Struct
- Object
- Struct
- AxHub::Data::PaginatedList
- Defined in:
- lib/axhub_sdk/data/pagination.rb
Instance Attribute Summary collapse
-
#first_cursor ⇒ Object
Returns the value of attribute first_cursor.
-
#has_next ⇒ Object
Returns the value of attribute has_next.
-
#has_prev ⇒ Object
Returns the value of attribute has_prev.
-
#items ⇒ Object
Returns the value of attribute items.
-
#next_cursor ⇒ Object
Returns the value of attribute next_cursor.
-
#total ⇒ Object
Returns the value of attribute total.
-
#total_is_exact ⇒ Object
Returns the value of attribute total_is_exact.
Instance Attribute Details
#first_cursor ⇒ Object
Returns the value of attribute first_cursor
15 16 17 |
# File 'lib/axhub_sdk/data/pagination.rb', line 15 def first_cursor @first_cursor end |
#has_next ⇒ Object
Returns the value of attribute has_next
15 16 17 |
# File 'lib/axhub_sdk/data/pagination.rb', line 15 def has_next @has_next end |
#has_prev ⇒ Object
Returns the value of attribute has_prev
15 16 17 |
# File 'lib/axhub_sdk/data/pagination.rb', line 15 def has_prev @has_prev end |
#items ⇒ Object
Returns the value of attribute items
15 16 17 |
# File 'lib/axhub_sdk/data/pagination.rb', line 15 def items @items end |
#next_cursor ⇒ Object
Returns the value of attribute next_cursor
15 16 17 |
# File 'lib/axhub_sdk/data/pagination.rb', line 15 def next_cursor @next_cursor end |
#total ⇒ Object
Returns the value of attribute total
15 16 17 |
# File 'lib/axhub_sdk/data/pagination.rb', line 15 def total @total end |
#total_is_exact ⇒ Object
Returns the value of attribute total_is_exact
15 16 17 |
# File 'lib/axhub_sdk/data/pagination.rb', line 15 def total_is_exact @total_is_exact end |