lib/oneaccess/data_object/representer/meta.rb in oneaccess-1.2.0 vs lib/oneaccess/data_object/representer/meta.rb in oneaccess-1.3.0
- old
+ new
@@ -4,11 +4,11 @@
module DataObject
module Representer
class Meta < Representable::Decorator
include Representable::JSON
- property :total, type: Integer
- property :limit, type: Integer
+ property :total, type: Integer
+ property :limit, type: Integer
property :offset, type: Integer
end
end
end
end