Class: Infowars::Headline
- Inherits:
-
Struct
- Object
- Struct
- Infowars::Headline
- Defined in:
- lib/infowars.rb
Instance Attribute Summary collapse
-
#image ⇒ Object
Returns the value of attribute image.
-
#link ⇒ Object
Returns the value of attribute link.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#image ⇒ Object
Returns the value of attribute image
7 8 9 |
# File 'lib/infowars.rb', line 7 def image @image end |
#link ⇒ Object
Returns the value of attribute link
7 8 9 |
# File 'lib/infowars.rb', line 7 def link @link end |
#title ⇒ Object
Returns the value of attribute title
7 8 9 |
# File 'lib/infowars.rb', line 7 def title @title end |