Class: Croudia::Object::Trend
Instance Attribute Summary collapse
-
#as_of ⇒ Object
readonly
Returns the value of attribute as_of.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#trends ⇒ Object
readonly
Returns the value of attribute trends.
Attributes inherited from Base
Method Summary
Methods inherited from Base
attr_reader_as_array_object, attr_reader_as_object, #initialize
Constructor Details
This class inherits a constructor from Croudia::Object::Base
Instance Attribute Details
#as_of ⇒ Object (readonly)
Returns the value of attribute as_of.
8 9 10 |
# File 'lib/croudia/object/trend.rb', line 8 def as_of @as_of end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
8 9 10 |
# File 'lib/croudia/object/trend.rb', line 8 def created_at @created_at end |
#trends ⇒ Object (readonly)
Returns the value of attribute trends.
8 9 10 |
# File 'lib/croudia/object/trend.rb', line 8 def trends @trends end |