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/breakpoints.rb

Defined Under Namespace

Classes: BreakpointConfiguration, EventConfiguration, GridConfiguration

Instance Attribute Summary collapse

Instance Attribute Details

#after_create_pathObject

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_pathObject

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

#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.



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

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.



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

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.



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

def languages
  @languages
end

#mobile_layoutObject

Returns the value of attribute mobile_layout.



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

def mobile_layout
  @mobile_layout
end

#primary_colorObject

Returns the value of attribute primary_color.



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

def primary_color
  @primary_color
end

#seo_calloutObject

Returns the value of attribute seo_callout.



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

def seo_callout
  @seo_callout
end