Class: FeedTools::EnclosureThumbnail

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



253
254
255
# File 'lib/feed_tools/feed_structures.rb', line 253

def height
  @height
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



253
254
255
# File 'lib/feed_tools/feed_structures.rb', line 253

def url
  @url
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



253
254
255
# File 'lib/feed_tools/feed_structures.rb', line 253

def width
  @width
end