Class RSS::Maker::ImageItemModel::ImageItemBase
In: lib/rss/maker/image.rb
Parent: Object

Methods

Included Modules

Base Maker::DublinCoreModel

External Aliases

image_width= -> width=
image_width -> width
image_height= -> height=
image_height -> height

Attributes

about  [RW] 
image_height  [RW] 
image_width  [RW] 
resource  [RW] 

Public Instance methods

[Source]

    # File lib/rss/maker/image.rb, line 43
43:         def have_required_values?
44:           @about
45:         end

[Validate]