Class: Rails::Surrender::Render::Configuration::Element
- Inherits:
-
Struct
- Object
- Struct
- Rails::Surrender::Render::Configuration::Element
- Defined in:
- lib/rails/surrender/render/configuration.rb
Instance Attribute Summary collapse
-
#continue ⇒ Object
Returns the value of attribute continue.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#continue ⇒ Object
Returns the value of attribute continue
24 25 26 |
# File 'lib/rails/surrender/render/configuration.rb', line 24 def continue @continue end |
#klass ⇒ Object
Returns the value of attribute klass
24 25 26 |
# File 'lib/rails/surrender/render/configuration.rb', line 24 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/rails/surrender/render/configuration.rb', line 24 def name @name end |