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



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

def height
  @height
end

#urlObject

Returns the value of attribute url



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

def url
  @url
end

#widthObject

Returns the value of attribute width



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

def width
  @width
end