Class: Rabbit::Theme::ImageDirectoryEntry

Inherits:
DirectoryEntry show all
Defined in:
lib/rabbit/theme/entry.rb

Constant Summary

Constants inherited from Entry

Entry::PROPERTY_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 DirectoryEntry

#initialize

Methods inherited from Entry

#<=>, #available?, #category, #files, #full_path, #have_file?, #initialize, load_template, #property_editable?, reload_template, template_path, #theme_file

Methods included from GetText

N_, _, bindtextdomain, locale=

Constructor Details

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

Instance Method Details

#image_theme?Boolean

Returns:

  • (Boolean)


127
128
129
# File 'lib/rabbit/theme/entry.rb', line 127

def image_theme?
  true
end