Class: Aranha::Parsers::Html::Base::Field
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aranha::Parsers::Html::Base::Field
 
- Defined in:
- lib/aranha/parsers/html/base.rb
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute name. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute type. 
- 
  
    
      #xpath  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute xpath. 
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
| 43 44 45 | # File 'lib/aranha/parsers/html/base.rb', line 43 def name @name end | 
#type ⇒ Object
Returns the value of attribute type
| 43 44 45 | # File 'lib/aranha/parsers/html/base.rb', line 43 def type @type end | 
#xpath ⇒ Object
Returns the value of attribute xpath
| 43 44 45 | # File 'lib/aranha/parsers/html/base.rb', line 43 def xpath @xpath end |