Class: RSS::Maker::ImageFaviconModel::ImageFaviconBase
- Inherits:
-
Object
- Object
- RSS::Maker::ImageFaviconModel::ImageFaviconBase
- Includes:
- Base, DublinCoreModel
- Defined in:
- lib/rss/maker/image.rb
Instance Attribute Summary collapse
-
#about ⇒ Object
Returns the value of attribute about.
-
#image_size ⇒ Object
(also: #size)
Returns the value of attribute image_size.
Instance Method Summary collapse
Methods included from DublinCoreModel
append_features, install_dublin_core
Methods included from Base
Instance Attribute Details
#about ⇒ Object
Returns the value of attribute about.
73 74 75 |
# File 'lib/rss/maker/image.rb', line 73 def about @about end |
#image_size ⇒ Object Also known as: size
Returns the value of attribute image_size.
73 74 75 |
# File 'lib/rss/maker/image.rb', line 73 def image_size @image_size end |
Instance Method Details
#have_required_values? ⇒ Boolean
79 80 81 |
# File 'lib/rss/maker/image.rb', line 79 def have_required_values? @about and @image_size end |