Class: FeedTools::EnclosureHash
- Inherits:
-
Struct
- Object
- Struct
- FeedTools::EnclosureHash
- Defined in:
- lib/feed_tools/feed_structures.rb
Overview
TODO: Make these actual classes instead of structs
Instance Attribute Summary collapse
-
#hash ⇒ Object
Returns the value of attribute hash.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#hash ⇒ Object
Returns the value of attribute hash
250 251 252 |
# File 'lib/feed_tools/feed_structures.rb', line 250 def hash @hash end |
#type ⇒ Object
Returns the value of attribute type
250 251 252 |
# File 'lib/feed_tools/feed_structures.rb', line 250 def type @type end |