Class: TesoteSdk::Models::OffsetPage

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

#has_moreObject

Returns the value of attribute has_more

Returns:

  • (Object)

    the current value of has_more



391
392
393
# File 'lib/tesote_sdk/models.rb', line 391

def has_more
  @has_more
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



391
392
393
# File 'lib/tesote_sdk/models.rb', line 391

def items
  @items
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



391
392
393
# File 'lib/tesote_sdk/models.rb', line 391

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



391
392
393
# File 'lib/tesote_sdk/models.rb', line 391

def offset
  @offset
end