Class: Croudia::Object::Trend

Inherits:
Base
  • Object
show all
Defined in:
lib/croudia/object/trend.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

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_ofObject (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_atObject (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

Returns the value of attribute trends.



8
9
10
# File 'lib/croudia/object/trend.rb', line 8

def trends
  @trends
end