Class: Rad::Face
- Inherits:
-
Object
- Object
- Rad::Face
- Defined in:
- lib/face/require.rb,
lib/face/face.rb
Instance Attribute Summary collapse
-
#available_themes ⇒ Object
Returns the value of attribute available_themes.
-
#theme ⇒ Object
Returns the value of attribute theme.
-
#themes_path ⇒ Object
Returns the value of attribute themes_path.
Instance Method Summary collapse
Instance Attribute Details
#available_themes ⇒ Object
Returns the value of attribute available_themes.
2 3 4 |
# File 'lib/face/face.rb', line 2 def available_themes @available_themes end |
#theme ⇒ Object
Returns the value of attribute theme.
2 3 4 |
# File 'lib/face/face.rb', line 2 def theme @theme end |
#themes_path ⇒ Object
Returns the value of attribute themes_path.
2 3 4 |
# File 'lib/face/face.rb', line 2 def themes_path @themes_path end |
Instance Method Details
#availiable_layouts ⇒ Object
6 7 8 |
# File 'lib/face/face.rb', line 6 def availiable_layouts @availiable_layouts ||= {} end |