Class: Scrapetor::Selector::Atom
- Inherits:
-
Struct
- Object
- Struct
- Scrapetor::Selector::Atom
- Defined in:
- lib/scrapetor/selector.rb
Instance Attribute Summary collapse
-
#attrs ⇒ Object
Returns the value of attribute attrs.
-
#classes ⇒ Object
Returns the value of attribute classes.
-
#combinator ⇒ Object
Returns the value of attribute combinator.
-
#id ⇒ Object
Returns the value of attribute id.
-
#pseudos ⇒ Object
Returns the value of attribute pseudos.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#attrs ⇒ Object
Returns the value of attribute attrs
14 15 16 |
# File 'lib/scrapetor/selector.rb', line 14 def attrs @attrs end |
#classes ⇒ Object
Returns the value of attribute classes
14 15 16 |
# File 'lib/scrapetor/selector.rb', line 14 def classes @classes end |
#combinator ⇒ Object
Returns the value of attribute combinator
14 15 16 |
# File 'lib/scrapetor/selector.rb', line 14 def combinator @combinator end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/scrapetor/selector.rb', line 14 def id @id end |
#pseudos ⇒ Object
Returns the value of attribute pseudos
14 15 16 |
# File 'lib/scrapetor/selector.rb', line 14 def pseudos @pseudos end |
#tag ⇒ Object
Returns the value of attribute tag
14 15 16 |
# File 'lib/scrapetor/selector.rb', line 14 def tag @tag end |