Class: Horseman::Form
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#encoding ⇒ Object
Returns the value of attribute encoding.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#submit ⇒ Object
Returns the value of attribute submit.
Attributes inherited from Element
Method Summary
Methods inherited from Element
Constructor Details
This class inherits a constructor from Horseman::Element
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
12 13 14 |
# File 'lib/horseman/response.rb', line 12 def action @action end |
#encoding ⇒ Object
Returns the value of attribute encoding.
12 13 14 |
# File 'lib/horseman/response.rb', line 12 def encoding @encoding end |
#fields ⇒ Object
Returns the value of attribute fields.
12 13 14 |
# File 'lib/horseman/response.rb', line 12 def fields @fields end |
#submit ⇒ Object
Returns the value of attribute submit.
12 13 14 |
# File 'lib/horseman/response.rb', line 12 def submit @submit end |