Class: TwitterBootstrapFormalwear::FormControls
- Inherits:
-
ActionView::Helpers::FormBuilder
- Object
- ActionView::Helpers::FormBuilder
- TwitterBootstrapFormalwear::FormControls
- Defined in:
- lib/twitter_bootstrap_formalwear/form_builder.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
-
#object_name ⇒ Object
readonly
Returns the value of attribute object_name.
-
#template ⇒ Object
readonly
Returns the value of attribute template.
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
193 194 195 |
# File 'lib/twitter_bootstrap_formalwear/form_builder.rb', line 193 def object @object end |
#object_name ⇒ Object (readonly)
Returns the value of attribute object_name.
194 195 196 |
# File 'lib/twitter_bootstrap_formalwear/form_builder.rb', line 194 def object_name @object_name end |
#template ⇒ Object (readonly)
Returns the value of attribute template.
192 193 194 |
# File 'lib/twitter_bootstrap_formalwear/form_builder.rb', line 192 def template @template end |