Class: Tenon::Configuration
- Inherits:
-
Object
- Object
- Tenon::Configuration
- Defined in:
- lib/tenon.rb,
lib/tenon/config/grid.rb,
lib/tenon/config/events.rb,
lib/tenon/config/breakpoints.rb
Defined Under Namespace
Classes: BreakpointConfiguration, EventConfiguration, GridConfiguration
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.
-
#events ⇒ Object
Returns the value of attribute events.
-
#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.
-
#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.
27 28 29 |
# File 'lib/tenon.rb', line 27 def after_create_path @after_create_path end |
#after_update_path ⇒ Object
Returns the value of attribute after_update_path.
27 28 29 |
# File 'lib/tenon.rb', line 27 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.
27 28 29 |
# File 'lib/tenon.rb', line 27 def client_color @client_color end |
#events ⇒ Object
Returns the value of attribute events.
11 12 13 |
# File 'lib/tenon/config/events.rb', line 11 def events @events end |
#front_end ⇒ Object
Returns the value of attribute front_end.
27 28 29 |
# File 'lib/tenon.rb', line 27 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.
27 28 29 |
# File 'lib/tenon.rb', line 27 def languages @languages end |
#mobile_layout ⇒ Object
Returns the value of attribute mobile_layout.
27 28 29 |
# File 'lib/tenon.rb', line 27 def mobile_layout @mobile_layout end |
#primary_color ⇒ Object
Returns the value of attribute primary_color.
27 28 29 |
# File 'lib/tenon.rb', line 27 def primary_color @primary_color end |
#seo_callout ⇒ Object
Returns the value of attribute seo_callout.
27 28 29 |
# File 'lib/tenon.rb', line 27 def seo_callout @seo_callout end |