Class: Rabbit::Theme::FileEntry

Inherits:
Entry
  • Object
show all
Defined in:
lib/rabbit/theme/entry.rb

Direct Known Subclasses

ImageFileEntry

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 Entry

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

Methods included from GetText

included

Constructor Details

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

Instance Method Details

#theme_fileObject



125
126
127
# File 'lib/rabbit/theme/entry.rb', line 125

def theme_file
  File.join(@theme_dir, "#{@name}.rb")
end