Class: Horseman::Form

Inherits:
Element show all
Defined in:
lib/horseman/response.rb

Instance Attribute Summary collapse

Attributes inherited from Element

#id, #name

Method Summary

Methods inherited from Element

#initialize

Constructor Details

This class inherits a constructor from Horseman::Element

Instance Attribute Details

#actionObject

Returns the value of attribute action.



12
13
14
# File 'lib/horseman/response.rb', line 12

def action
  @action
end

#encodingObject

Returns the value of attribute encoding.



12
13
14
# File 'lib/horseman/response.rb', line 12

def encoding
  @encoding
end

#fieldsObject

Returns the value of attribute fields.



12
13
14
# File 'lib/horseman/response.rb', line 12

def fields
  @fields
end

#submitObject

Returns the value of attribute submit.



12
13
14
# File 'lib/horseman/response.rb', line 12

def submit
  @submit
end