Class: Rexer::Extension::Entity::Theme

Inherits:
Base
  • Object
show all
Defined in:
lib/rexer/extension/entity.rb

Instance Attribute Summary

Attributes inherited from Base

#hooks, #name

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_dirObject



51
52
53
# File 'lib/rexer/extension/entity.rb', line 51

def root_dir
  @root_dir ||= Rexer.redmine_root_dir.join("themes")
end