Class: ONEAccess::DataObject::Meta

Inherits:
Object
  • Object
show all
Extended by:
Serializable
Defined in:
lib/oneaccess/data_object/meta.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



12
13
14
# File 'lib/oneaccess/data_object/meta.rb', line 12

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



13
14
15
# File 'lib/oneaccess/data_object/meta.rb', line 13

def offset
  @offset
end

#totalObject

Returns the value of attribute total.



11
12
13
# File 'lib/oneaccess/data_object/meta.rb', line 11

def total
  @total
end