Class: Tenon::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/tenon.rb,
lib/tenon/config/grid.rb,
lib/tenon/config/events.rb,
lib/tenon/config/routing.rb,
lib/tenon/config/breakpoints.rb

Defined Under Namespace

Classes: BreakpointConfiguration, EventConfiguration, GridConfiguration, RoutingConfiguration

Instance Attribute Summary collapse

Instance Attribute Details

#after_create_pathObject

Returns the value of attribute after_create_path.



28
29
30
# File 'lib/tenon.rb', line 28

def after_create_path
  @after_create_path
end

#after_update_pathObject

Returns the value of attribute after_update_path.



28
29
30
# File 'lib/tenon.rb', line 28

def after_update_path
  @after_update_path
end

#breakpointsObject

Returns the value of attribute breakpoints.



3
4
5
# File 'lib/tenon/config/breakpoints.rb', line 3

def breakpoints
  @breakpoints
end

#client_colorObject

Returns the value of attribute client_color.



28
29
30
# File 'lib/tenon.rb', line 28

def client_color
  @client_color
end

#eventsObject

Returns the value of attribute events.



11
12
13
# File 'lib/tenon/config/events.rb', line 11

def events
  @events
end

#front_endObject

Returns the value of attribute front_end.



28
29
30
# File 'lib/tenon.rb', line 28

def front_end
  @front_end
end

#gridObject

Returns the value of attribute grid.



3
4
5
# File 'lib/tenon/config/grid.rb', line 3

def grid
  @grid
end

#languagesObject

Returns the value of attribute languages.



28
29
30
# File 'lib/tenon.rb', line 28

def languages
  @languages
end

#mobile_layoutObject

Returns the value of attribute mobile_layout.



28
29
30
# File 'lib/tenon.rb', line 28

def mobile_layout
  @mobile_layout
end

#primary_colorObject

Returns the value of attribute primary_color.



28
29
30
# File 'lib/tenon.rb', line 28

def primary_color
  @primary_color
end

#routingObject

Returns the value of attribute routing.



11
12
13
# File 'lib/tenon/config/routing.rb', line 11

def routing
  @routing
end

#seo_calloutObject

Returns the value of attribute seo_callout.



28
29
30
# File 'lib/tenon.rb', line 28

def seo_callout
  @seo_callout
end