Class: Maglev::Theme

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/maglev/theme.rb

Defined Under Namespace

Classes: SectionCategory, StyleSetting

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

attributes ##



9
10
11
# File 'app/models/maglev/theme.rb', line 9

def description
  @description
end

#iconsObject

attributes ##



9
10
11
# File 'app/models/maglev/theme.rb', line 9

def icons
  @icons
end

#idObject

validations ##



9
10
11
# File 'app/models/maglev/theme.rb', line 9

def id
  @id
end

#nameObject

attributes ##



9
10
11
# File 'app/models/maglev/theme.rb', line 9

def name
  @name
end

#pagesObject

attributes ##



9
10
11
# File 'app/models/maglev/theme.rb', line 9

def pages
  @pages
end

#section_categoriesObject

attributes ##



9
10
11
# File 'app/models/maglev/theme.rb', line 9

def section_categories
  @section_categories
end

#sectionsObject

attributes ##



9
10
11
# File 'app/models/maglev/theme.rb', line 9

def sections
  @sections
end

#style_settingsObject

attributes ##



9
10
11
# File 'app/models/maglev/theme.rb', line 9

def style_settings
  @style_settings
end