Class: ApRubySdk::Pagination

Inherits:
BaseModel show all
Defined in:
lib/ap_ruby_sdk/pagination.rb

Instance Attribute Summary collapse

Attributes inherited from BaseModel

#created, #id, #mode, #updated

Method Summary

Methods inherited from BaseModel

#attributes=, #initialize, #to_json

Constructor Details

This class inherits a constructor from ApRubySdk::BaseModel

Instance Attribute Details

#countObject

Returns the value of attribute count.



4
5
6
# File 'lib/ap_ruby_sdk/pagination.rb', line 4

def count
  @count
end

#limitObject

Returns the value of attribute limit.



4
5
6
# File 'lib/ap_ruby_sdk/pagination.rb', line 4

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



4
5
6
# File 'lib/ap_ruby_sdk/pagination.rb', line 4

def offset
  @offset
end