Class: Horseman::FormField
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Attributes inherited from Element
Method Summary
Methods inherited from Element
Constructor Details
This class inherits a constructor from Horseman::Element
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
15 16 17 |
# File 'lib/horseman/response.rb', line 15 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
15 16 17 |
# File 'lib/horseman/response.rb', line 15 def value @value end |