Class: Aranha::Parsers::Html::Base::Field

Inherits:
Struct
  • Object
show all
Defined in:
lib/aranha/parsers/html/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



43
44
45
# File 'lib/aranha/parsers/html/base.rb', line 43

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



43
44
45
# File 'lib/aranha/parsers/html/base.rb', line 43

def type
  @type
end

#xpathObject

Returns the value of attribute xpath

Returns:

  • (Object)

    the current value of xpath



43
44
45
# File 'lib/aranha/parsers/html/base.rb', line 43

def xpath
  @xpath
end