Class: Uber::Activity
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#histories ⇒ Object
Returns the value of attribute histories.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
3 4 5 |
# File 'lib/uber/models/activity.rb', line 3 def count @count end |
#histories ⇒ Object
Returns the value of attribute histories.
3 4 5 |
# File 'lib/uber/models/activity.rb', line 3 def histories @histories end |
#limit ⇒ Object
Returns the value of attribute limit.
3 4 5 |
# File 'lib/uber/models/activity.rb', line 3 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
3 4 5 |
# File 'lib/uber/models/activity.rb', line 3 def offset @offset end |