Class: Feed2Thread::Post
- Inherits:
-
Struct
- Object
- Struct
- Feed2Thread::Post
- Defined in:
- lib/feed2thread/parses_entries.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
5 6 7 |
# File 'lib/feed2thread/parses_entries.rb', line 5 def text @text end |
#url ⇒ Object
Returns the value of attribute url
5 6 7 |
# File 'lib/feed2thread/parses_entries.rb', line 5 def url @url end |