Class: Maglev::Theme
- Inherits:
-
Object
- Object
- Maglev::Theme
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/maglev/theme.rb
Defined Under Namespace
Classes: SectionCategory, StyleSetting
Instance Attribute Summary collapse
-
#description ⇒ Object
attributes ##.
-
#icons ⇒ Object
attributes ##.
-
#id ⇒ Object
validations ##.
-
#name ⇒ Object
attributes ##.
-
#pages ⇒ Object
attributes ##.
-
#section_categories ⇒ Object
attributes ##.
-
#sections ⇒ Object
attributes ##.
-
#style_settings ⇒ Object
attributes ##.
Instance Attribute Details
#description ⇒ Object
attributes ##
9 10 11 |
# File 'app/models/maglev/theme.rb', line 9 def description @description end |
#icons ⇒ Object
attributes ##
9 10 11 |
# File 'app/models/maglev/theme.rb', line 9 def icons @icons end |
#id ⇒ Object
validations ##
9 10 11 |
# File 'app/models/maglev/theme.rb', line 9 def id @id end |
#name ⇒ Object
attributes ##
9 10 11 |
# File 'app/models/maglev/theme.rb', line 9 def name @name end |
#pages ⇒ Object
attributes ##
9 10 11 |
# File 'app/models/maglev/theme.rb', line 9 def pages @pages end |
#section_categories ⇒ Object
attributes ##
9 10 11 |
# File 'app/models/maglev/theme.rb', line 9 def section_categories @section_categories end |
#sections ⇒ Object
attributes ##
9 10 11 |
# File 'app/models/maglev/theme.rb', line 9 def sections @sections end |
#style_settings ⇒ Object
attributes ##
9 10 11 |
# File 'app/models/maglev/theme.rb', line 9 def style_settings @style_settings end |