Class: Rack::DevMark::RailsOptions
- Inherits:
-
Object
- Object
- Rack::DevMark::RailsOptions
- Defined in:
- lib/rack/dev-mark/rails_options.rb
Instance Attribute Summary collapse
-
#enable ⇒ Object
Returns the value of attribute enable.
-
#env ⇒ Object
Returns the value of attribute env.
-
#theme ⇒ Object
(also: #custom_theme)
Returns the value of attribute theme.
Instance Method Summary collapse
Instance Attribute Details
#enable ⇒ Object
Returns the value of attribute enable.
4 5 6 |
# File 'lib/rack/dev-mark/rails_options.rb', line 4 def enable @enable end |
#env ⇒ Object
Returns the value of attribute env.
4 5 6 |
# File 'lib/rack/dev-mark/rails_options.rb', line 4 def env @env end |
#theme ⇒ Object 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_type ⇒ Object
16 17 18 |
# File 'lib/rack/dev-mark/rails_options.rb', line 16 def insert_type @insert_type ||= [] end |