Class: TwitterBootstrapFormalwear::FormControls

Inherits:
ActionView::Helpers::FormBuilder
  • Object
show all
Defined in:
lib/twitter_bootstrap_formalwear/form_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#objectObject (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_nameObject (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

#templateObject (readonly)

Returns the value of attribute template.



192
193
194
# File 'lib/twitter_bootstrap_formalwear/form_builder.rb', line 192

def template
  @template
end