Class: Tenon::Configuration
- Inherits:
-
Object
- Object
- Tenon::Configuration
- Defined in:
- lib/tenon.rb,
lib/tenon/config/grid.rb,
lib/tenon/config/routing.rb,
lib/tenon/config/breakpoints.rb
Defined Under Namespace
Classes: BreakpointConfiguration, GridConfiguration, RoutingConfiguration
Instance Attribute Summary collapse
-
#after_create_path ⇒ Object
Returns the value of attribute after_create_path.
-
#after_update_path ⇒ Object
Returns the value of attribute after_update_path.
-
#breakpoints ⇒ Object
Returns the value of attribute breakpoints.
-
#client_color ⇒ Object
Returns the value of attribute client_color.
-
#dev_assets ⇒ Object
Returns the value of attribute dev_assets.
-
#front_end ⇒ Object
Returns the value of attribute front_end.
-
#grid ⇒ Object
Returns the value of attribute grid.
-
#languages ⇒ Object
Returns the value of attribute languages.
-
#mobile_layout ⇒ Object
Returns the value of attribute mobile_layout.
-
#primary_color ⇒ Object
Returns the value of attribute primary_color.
-
#routing ⇒ Object
Returns the value of attribute routing.
-
#seo_callout ⇒ Object
Returns the value of attribute seo_callout.
Instance Attribute Details
#after_create_path ⇒ Object
Returns the value of attribute after_create_path.
26 27 28 |
# File 'lib/tenon.rb', line 26 def after_create_path @after_create_path end |
#after_update_path ⇒ Object
Returns the value of attribute after_update_path.
26 27 28 |
# File 'lib/tenon.rb', line 26 def after_update_path @after_update_path end |
#breakpoints ⇒ Object
Returns the value of attribute breakpoints.
3 4 5 |
# File 'lib/tenon/config/breakpoints.rb', line 3 def breakpoints @breakpoints end |
#client_color ⇒ Object
Returns the value of attribute client_color.
26 27 28 |
# File 'lib/tenon.rb', line 26 def client_color @client_color end |
#dev_assets ⇒ Object
Returns the value of attribute dev_assets.
26 27 28 |
# File 'lib/tenon.rb', line 26 def dev_assets @dev_assets end |
#front_end ⇒ Object
Returns the value of attribute front_end.
26 27 28 |
# File 'lib/tenon.rb', line 26 def front_end @front_end end |
#grid ⇒ Object
Returns the value of attribute grid.
3 4 5 |
# File 'lib/tenon/config/grid.rb', line 3 def grid @grid end |
#languages ⇒ Object
Returns the value of attribute languages.
26 27 28 |
# File 'lib/tenon.rb', line 26 def languages @languages end |
#mobile_layout ⇒ Object
Returns the value of attribute mobile_layout.
26 27 28 |
# File 'lib/tenon.rb', line 26 def mobile_layout @mobile_layout end |
#primary_color ⇒ Object
Returns the value of attribute primary_color.
26 27 28 |
# File 'lib/tenon.rb', line 26 def primary_color @primary_color end |
#routing ⇒ Object
Returns the value of attribute routing.
11 12 13 |
# File 'lib/tenon/config/routing.rb', line 11 def routing @routing end |
#seo_callout ⇒ Object
Returns the value of attribute seo_callout.
26 27 28 |
# File 'lib/tenon.rb', line 26 def seo_callout @seo_callout end |