Class: Croudia::Object::TrendDetails
- Defined in:
- lib/croudia/object/trend_details.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#promoted_content ⇒ Object
readonly
Returns the value of attribute promoted_content.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/croudia/object/trend_details.rb', line 6 def name @name end |
#promoted_content ⇒ Object (readonly)
Returns the value of attribute promoted_content.
6 7 8 |
# File 'lib/croudia/object/trend_details.rb', line 6 def promoted_content @promoted_content end |
#query ⇒ Object (readonly)
Returns the value of attribute query.
6 7 8 |
# File 'lib/croudia/object/trend_details.rb', line 6 def query @query end |