Class: Feed2Thread::Post

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

Instance Attribute Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



5
6
7
# File 'lib/feed2thread/parses_entries.rb', line 5

def text
  @text
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



5
6
7
# File 'lib/feed2thread/parses_entries.rb', line 5

def url
  @url
end