Class: Maglev::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/maglev/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#admin_passwordObject

Returns the value of attribute admin_password



4
5
6
# File 'lib/maglev/config.rb', line 4

def admin_password
  @admin_password
end

#admin_usernameObject

Returns the value of attribute admin_username



4
5
6
# File 'lib/maglev/config.rb', line 4

def admin_username
  @admin_username
end

#asset_hostObject

Returns the value of attribute asset_host



4
5
6
# File 'lib/maglev/config.rb', line 4

def asset_host
  @asset_host
end

#back_actionObject

Returns the value of attribute back_action



4
5
6
# File 'lib/maglev/config.rb', line 4

def back_action
  @back_action
end

#collectionsObject

Returns the value of attribute collections



4
5
6
# File 'lib/maglev/config.rb', line 4

def collections
  @collections
end

#default_site_localesObject

Returns the value of attribute default_site_locales



4
5
6
# File 'lib/maglev/config.rb', line 4

def default_site_locales
  @default_site_locales
end

#faviconObject

Returns the value of attribute favicon



4
5
6
# File 'lib/maglev/config.rb', line 4

def favicon
  @favicon
end

#is_authenticatedObject

Returns the value of attribute is_authenticated



4
5
6
# File 'lib/maglev/config.rb', line 4

def is_authenticated
  @is_authenticated
end

#logoObject

Returns the value of attribute logo



4
5
6
# File 'lib/maglev/config.rb', line 4

def 
  
end

#preview_hostObject

Returns the value of attribute preview_host



4
5
6
# File 'lib/maglev/config.rb', line 4

def preview_host
  @preview_host
end

#primary_colorObject

Returns the value of attribute primary_color



4
5
6
# File 'lib/maglev/config.rb', line 4

def primary_color
  @primary_color
end

#reserved_pathsObject

Returns the value of attribute reserved_paths



4
5
6
# File 'lib/maglev/config.rb', line 4

def reserved_paths
  @reserved_paths
end

#servicesObject

Returns the value of attribute services



4
5
6
# File 'lib/maglev/config.rb', line 4

def services
  @services
end

#site_publishableObject

Returns the value of attribute site_publishable



4
5
6
# File 'lib/maglev/config.rb', line 4

def site_publishable
  @site_publishable
end

#static_pagesObject

Returns the value of attribute static_pages



4
5
6
# File 'lib/maglev/config.rb', line 4

def static_pages
  @static_pages
end

#titleObject

Returns the value of attribute title



4
5
6
# File 'lib/maglev/config.rb', line 4

def title
  @title
end

#ui_localeObject

Returns the value of attribute ui_locale



4
5
6
# File 'lib/maglev/config.rb', line 4

def ui_locale
  @ui_locale
end

#uploaderObject

Returns the value of attribute uploader



4
5
6
# File 'lib/maglev/config.rb', line 4

def uploader
  @uploader
end