Class: TesoteSdk::Models::Pagination

Inherits:
Struct
  • Object
show all
Extended by:
FromHash
Defined in:
lib/tesote_sdk/models.rb

Instance Attribute Summary collapse

Method Summary

Methods included from FromHash

build_field, from_array, from_hash

Instance Attribute Details

#after_idObject

Returns the value of attribute after_id

Returns:

  • (Object)

    the current value of after_id



354
355
356
# File 'lib/tesote_sdk/models.rb', line 354

def after_id
  @after_id
end

#before_idObject

Returns the value of attribute before_id

Returns:

  • (Object)

    the current value of before_id



354
355
356
# File 'lib/tesote_sdk/models.rb', line 354

def before_id
  @before_id
end

#current_pageObject

Returns the value of attribute current_page

Returns:

  • (Object)

    the current value of current_page



354
355
356
# File 'lib/tesote_sdk/models.rb', line 354

def current_page
  @current_page
end

#has_moreObject

Returns the value of attribute has_more

Returns:

  • (Object)

    the current value of has_more



354
355
356
# File 'lib/tesote_sdk/models.rb', line 354

def has_more
  @has_more
end

#per_pageObject

Returns the value of attribute per_page

Returns:

  • (Object)

    the current value of per_page



354
355
356
# File 'lib/tesote_sdk/models.rb', line 354

def per_page
  @per_page
end

#total_countObject

Returns the value of attribute total_count

Returns:

  • (Object)

    the current value of total_count



354
355
356
# File 'lib/tesote_sdk/models.rb', line 354

def total_count
  @total_count
end

#total_pagesObject

Returns the value of attribute total_pages

Returns:

  • (Object)

    the current value of total_pages



354
355
356
# File 'lib/tesote_sdk/models.rb', line 354

def total_pages
  @total_pages
end