Class: Feedbag::Feed
- Inherits:
-
Struct
- Object
- Struct
- Feedbag::Feed
- Defined in:
- lib/feedbag.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#title ⇒ Object
Returns the value of attribute title
26 27 28 |
# File 'lib/feedbag.rb', line 26 def title @title end |
#url ⇒ Object
Returns the value of attribute url
26 27 28 |
# File 'lib/feedbag.rb', line 26 def url @url end |