Class: Rad::Face

Inherits:
Object
  • Object
show all
Defined in:
lib/face/require.rb,
lib/face/face.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#available_themesObject

Returns the value of attribute available_themes.



2
3
4
# File 'lib/face/face.rb', line 2

def available_themes
  @available_themes
end

#themeObject

Returns the value of attribute theme.



2
3
4
# File 'lib/face/face.rb', line 2

def theme
  @theme
end

#themes_pathObject

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_layoutsObject



6
7
8
# File 'lib/face/face.rb', line 6

def availiable_layouts
  @availiable_layouts ||= {}
end