Class: Infowars::Headline

Inherits:
Struct
  • Object
show all
Defined in:
lib/infowars.rb

Instance Attribute Summary collapse

Instance Attribute Details

#imageObject

Returns the value of attribute image



7
8
9
# File 'lib/infowars.rb', line 7

def image
  @image
end

Returns the value of attribute link



7
8
9
# File 'lib/infowars.rb', line 7

def link
  @link
end

#titleObject

Returns the value of attribute title



7
8
9
# File 'lib/infowars.rb', line 7

def title
  @title
end