Class: TesoteSdk::Models::Pagination
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::Pagination
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#after_id ⇒ Object
Returns the value of attribute after_id.
-
#before_id ⇒ Object
Returns the value of attribute before_id.
-
#current_page ⇒ Object
Returns the value of attribute current_page.
-
#has_more ⇒ Object
Returns the value of attribute has_more.
-
#per_page ⇒ Object
Returns the value of attribute per_page.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
-
#total_pages ⇒ Object
Returns the value of attribute total_pages.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#after_id ⇒ Object
Returns the value of attribute after_id
354 355 356 |
# File 'lib/tesote_sdk/models.rb', line 354 def after_id @after_id end |
#before_id ⇒ Object
Returns the value of attribute before_id
354 355 356 |
# File 'lib/tesote_sdk/models.rb', line 354 def before_id @before_id end |
#current_page ⇒ Object
Returns the value of attribute current_page
354 355 356 |
# File 'lib/tesote_sdk/models.rb', line 354 def current_page @current_page end |
#has_more ⇒ Object
Returns the value of attribute has_more
354 355 356 |
# File 'lib/tesote_sdk/models.rb', line 354 def has_more @has_more end |
#per_page ⇒ Object
Returns the value of attribute per_page
354 355 356 |
# File 'lib/tesote_sdk/models.rb', line 354 def per_page @per_page end |
#total_count ⇒ Object
Returns the value of attribute total_count
354 355 356 |
# File 'lib/tesote_sdk/models.rb', line 354 def total_count @total_count end |
#total_pages ⇒ Object
Returns the value of attribute total_pages
354 355 356 |
# File 'lib/tesote_sdk/models.rb', line 354 def total_pages @total_pages end |