Class: Rexer::Extension::Entity::Theme
- Defined in:
- lib/rexer/extension/entity.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#exist?, #initialize, #path, #source, #source_info
Constructor Details
This class inherits a constructor from Rexer::Extension::Entity::Base
Instance Method Details
#root_dir ⇒ Object
51 52 53 |
# File 'lib/rexer/extension/entity.rb', line 51 def root_dir @root_dir ||= Rexer.redmine_root_dir.join("themes") end |