Class: Html2rss::Item::Enclosure
- Inherits:
-
Struct
- Object
- Struct
- Html2rss::Item::Enclosure
- Defined in:
- lib/html2rss/item.rb
Overview
Class to keep an Item’s <enclosure>.
Instance Attribute Summary collapse
-
#bits_length ⇒ Object
Returns the value of attribute bits_length.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#bits_length ⇒ Object
Returns the value of attribute bits_length
17 18 19 |
# File 'lib/html2rss/item.rb', line 17 def bits_length @bits_length end |
#type ⇒ Object
Returns the value of attribute type
17 18 19 |
# File 'lib/html2rss/item.rb', line 17 def type @type end |
#url ⇒ Object
Returns the value of attribute url
17 18 19 |
# File 'lib/html2rss/item.rb', line 17 def url @url end |