Class: SeleniumSpider::Attribute
- Inherits:
-
Object
- Object
- SeleniumSpider::Attribute
- Defined in:
- lib/selenium_spider/model.rb
Instance Attribute Summary collapse
-
#css ⇒ Object
Returns the value of attribute css.
-
#lambda ⇒ Object
Returns the value of attribute lambda.
-
#match ⇒ Object
Returns the value of attribute match.
-
#sub ⇒ Object
Returns the value of attribute sub.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#css ⇒ Object
Returns the value of attribute css.
66 67 68 |
# File 'lib/selenium_spider/model.rb', line 66 def css @css end |
#lambda ⇒ Object
Returns the value of attribute lambda.
66 67 68 |
# File 'lib/selenium_spider/model.rb', line 66 def lambda @lambda end |
#match ⇒ Object
Returns the value of attribute match.
66 67 68 |
# File 'lib/selenium_spider/model.rb', line 66 def match @match end |
#sub ⇒ Object
Returns the value of attribute sub.
66 67 68 |
# File 'lib/selenium_spider/model.rb', line 66 def sub @sub end |
#value ⇒ Object
Returns the value of attribute value.
66 67 68 |
# File 'lib/selenium_spider/model.rb', line 66 def value @value end |