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.



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

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



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

def offset
  @offset
end

#totalObject

Returns the value of attribute total.



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

def total
  @total
end