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