Class: FeedTools::EnclosureCredit
- Inherits:
-
Struct
- Object
- Struct
- FeedTools::EnclosureCredit
- Defined in:
- lib/feed_tools/feed_structures.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
252 253 254 |
# File 'lib/feed_tools/feed_structures.rb', line 252 def name @name end |
#role ⇒ Object
Returns the value of attribute role
252 253 254 |
# File 'lib/feed_tools/feed_structures.rb', line 252 def role @role end |