Class: Gogcom::NewsItem

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



45
46
47
# File 'lib/gogcom/news.rb', line 45

def body
  @body
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



45
46
47
# File 'lib/gogcom/news.rb', line 45

def date
  @date
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



45
46
47
# File 'lib/gogcom/news.rb', line 45

def link
  @link
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



45
46
47
# File 'lib/gogcom/news.rb', line 45

def title
  @title
end