Class: Postwave::RssHelper::FeedPost

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



9
10
11
# File 'lib/postwave/rss_helper.rb', line 9

def body
  @body
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



9
10
11
# File 'lib/postwave/rss_helper.rb', line 9

def date
  @date
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



9
10
11
# File 'lib/postwave/rss_helper.rb', line 9

def link
  @link
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



9
10
11
# File 'lib/postwave/rss_helper.rb', line 9

def tags
  @tags
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/postwave/rss_helper.rb', line 9

def title
  @title
end