Class: SeleniumSpider::Attribute

Inherits:
Object
  • Object
show all
Defined in:
lib/selenium_spider/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cssObject

Returns the value of attribute css.



66
67
68
# File 'lib/selenium_spider/model.rb', line 66

def css
  @css
end

#lambdaObject

Returns the value of attribute lambda.



66
67
68
# File 'lib/selenium_spider/model.rb', line 66

def lambda
  @lambda
end

#matchObject

Returns the value of attribute match.



66
67
68
# File 'lib/selenium_spider/model.rb', line 66

def match
  @match
end

#subObject

Returns the value of attribute sub.



66
67
68
# File 'lib/selenium_spider/model.rb', line 66

def sub
  @sub
end

#valueObject

Returns the value of attribute value.



66
67
68
# File 'lib/selenium_spider/model.rb', line 66

def value
  @value
end