Class: Rabbit::Theme::ImageFileEntry

Inherits:
FileEntry show all
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

GetText::DOMAIN

Instance Attribute Summary

Attributes inherited from Entry

#abstract, #dependencies, #description, #logger, #name, #parameters, #title

Instance Method Summary collapse

Methods inherited from FileEntry

#theme_file

Methods inherited from Entry

#<=>, #available?, #category, #data_dir, #files, #full_path, #have_file?, #initialize, #property_editable?

Methods included from GetText

included

Constructor Details

This class inherits a constructor from Rabbit::Theme::Entry

Instance Method Details

#image_theme?Boolean

Returns:

  • (Boolean)


131
132
133
# File 'lib/rabbit/theme/entry.rb', line 131

def image_theme?
  true
end