Class: Trendy::Trend
- Inherits:
-
Object
- Object
- Trendy::Trend
- Defined in:
- lib/trendy.rb
Overview
Trend contains the name, url (for current trends) of a single trending topic
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
41 42 43 |
# File 'lib/trendy.rb', line 41 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
41 42 43 |
# File 'lib/trendy.rb', line 41 def url @url end |