Class: Rack::DevMark::RailsOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/rack/dev-mark/rails_options.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#enableObject

Returns the value of attribute enable.



4
5
6
# File 'lib/rack/dev-mark/rails_options.rb', line 4

def enable
  @enable
end

#envObject

Returns the value of attribute env.



4
5
6
# File 'lib/rack/dev-mark/rails_options.rb', line 4

def env
  @env
end

#themeObject Also known as: custom_theme

Returns the value of attribute theme.



4
5
6
# File 'lib/rack/dev-mark/rails_options.rb', line 4

def theme
  @theme
end

Instance Method Details

#insert_typeObject



16
17
18
# File 'lib/rack/dev-mark/rails_options.rb', line 16

def insert_type
  @insert_type ||= []
end