Class: FeedTools::EnclosurePlayer

Inherits:
Struct
  • Object
show all
Defined in:
lib/feed_tools/feed_structures.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



251
252
253
# File 'lib/feed_tools/feed_structures.rb', line 251

def height
  @height
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



251
252
253
# File 'lib/feed_tools/feed_structures.rb', line 251

def url
  @url
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



251
252
253
# File 'lib/feed_tools/feed_structures.rb', line 251

def width
  @width
end