Class: Horseman::FormField

Inherits:
Element
  • Object
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

#typeObject

Returns the value of attribute type.



15
16
17
# File 'lib/horseman/response.rb', line 15

def type
  @type
end

#valueObject

Returns the value of attribute value.



15
16
17
# File 'lib/horseman/response.rb', line 15

def value
  @value
end