Class: Theme (Redmine::Themes)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Theme#path [R]
Theme#name [R]
Theme#dir [R]
Instance Methods
Theme#initialize / 1
Theme#id
Theme#== / 1
Theme#<=> / 1
Theme#stylesheets
Theme#javascripts
Theme#stylesheet_path / 1
Theme#javascript_path / 1
Theme#assets / 2
is a submodule of
module: Themes ( Redmine )
inherits from
  Object ( Builtin-Module )
has properties
attribute: path [R]   
attribute: name [R]   
attribute: dir [R]   
method: initialize / 1   
method: id   
method: == / 1   
method: <=> / 1   
method: stylesheets   
method: javascripts   
method: stylesheet_path / 1   
method: javascript_path / 1   
method: assets / 2   
is defined at
#44 in lib/redmine/themes.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
  module: Redmine
  module: Themes
class: Theme     

Class Hierarchy

Object ( Builtin-Module )
Theme ( Redmine::Themes )
has properties
attribute: path [R]   
attribute: name [R]   
attribute: dir [R]   
method: initialize / 1   
method: id   
method: == / 1   
method: <=> / 1   
method: stylesheets   
method: javascripts   
method: stylesheet_path / 1   
method: javascript_path / 1   
method: assets / 2   

Instance Attributes

Theme#path [R]

#45 in lib/redmine/themes.rb

Theme#name [R]

#45 in lib/redmine/themes.rb

Theme#dir [R]

#45 in lib/redmine/themes.rb

Instance Methods

Theme#initialize / 1

#47 in lib/redmine/themes.rb

initialize ( path )

Theme#id

#56 in lib/redmine/themes.rb

id

Theme#== / 1

#58 in lib/redmine/themes.rb

== ( theme )

Theme#<=> / 1

#62 in lib/redmine/themes.rb

<=> ( theme )

Theme#stylesheets

#66 in lib/redmine/themes.rb

stylesheets

Theme#javascripts

#70 in lib/redmine/themes.rb

javascripts

Theme#stylesheet_path / 1

#74 in lib/redmine/themes.rb

stylesheet_path ( source )

Theme#javascript_path / 1

#78 in lib/redmine/themes.rb

javascript_path ( source )

Theme#assets / 2

#84 in lib/redmine/themes.rb

assets ( dir ,
  ext )