Class: Fed::Feed::Enclosure
- Inherits:
-
Struct
- Object
- Struct
- Fed::Feed::Enclosure
- Defined in:
- lib/fed/feed/enclosure.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/fed/feed/enclosure.rb', line 3 def type @type end |
#url ⇒ Object
Returns the value of attribute url
3 4 5 |
# File 'lib/fed/feed/enclosure.rb', line 3 def url @url end |