Class RSS::Maker::ImageFaviconModel::ImageFaviconBase
In: rss/maker/image.rb
Parent: Object

Methods

Included Modules

Base Maker::DublinCoreModel

External Aliases

image_size -> size
image_size= -> size=

Attributes

about  [RW] 
image_size  [RW] 

Public Instance methods

[Source]

# File rss/maker/image.rb, line 81
        def have_required_values?
          @about and @image_size
        end

[Validate]

ruby-doc.org is a service of James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.