Class: CSS::Selectors::RelativeSelectorList
- Inherits:
-
Data
- Object
- Data
- CSS::Selectors::RelativeSelectorList
- Includes:
- Node
- Defined in:
- lib/css/selectors/nodes.rb
Overview
The argument of ‘:has()` — a comma-separated list of relative selectors.
Instance Attribute Summary collapse
-
#selectors ⇒ Object
readonly
Returns the value of attribute selectors.
Instance Method Summary collapse
Instance Attribute Details
#selectors ⇒ Object (readonly)
Returns the value of attribute selectors
85 86 87 |
# File 'lib/css/selectors/nodes.rb', line 85 def selectors @selectors end |
Instance Method Details
#to_s ⇒ Object
87 |
# File 'lib/css/selectors/nodes.rb', line 87 def to_s = Selectors::Serializer.serialize(self) |