Class: Pathtraq::Feed
- Inherits:
-
Array
- Object
- Array
- Pathtraq::Feed
- Defined in:
- lib/pathtraq.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#link ⇒ Object
readonly
Returns the value of attribute link.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data) ⇒ Feed
constructor
A new instance of Feed.
Constructor Details
Instance Attribute Details
#link ⇒ Object (readonly)
Returns the value of attribute link.
28 29 30 |
# File 'lib/pathtraq.rb', line 28 def link @link end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
27 28 29 |
# File 'lib/pathtraq.rb', line 27 def title @title end |