Class: Rabbit::Theme::ImageFileEntry
- Defined in:
- lib/rabbit/theme/entry.rb
Constant Summary
Constants inherited from Entry
Entry::PROPERTY_BASE_NAME, Entry::THEME_BASE_NAME
Constants included from GetText
Instance Attribute Summary
Attributes inherited from Entry
#abstract, #dependencies, #description, #logger, #name, #parameters, #title
Instance Method Summary collapse
Methods inherited from FileEntry
Methods inherited from Entry
#<=>, #available?, #category, #data_dir, #files, #full_path, #have_file?, #initialize, #property_editable?
Methods included from GetText
Constructor Details
This class inherits a constructor from Rabbit::Theme::Entry
Instance Method Details
#image_theme? ⇒ Boolean
131 132 133 |
# File 'lib/rabbit/theme/entry.rb', line 131 def image_theme? true end |