Class: SyntaxTree::CSS::Selectors::CompoundSelector
- Inherits:
-
Struct
- Object
- Struct
- SyntaxTree::CSS::Selectors::CompoundSelector
- Defined in:
- lib/syntax_tree/css/selectors.rb
Instance Attribute Summary collapse
-
#pseudo_elements ⇒ Object
Returns the value of attribute pseudo_elements.
-
#subclasses ⇒ Object
Returns the value of attribute subclasses.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#pseudo_elements ⇒ Object
Returns the value of attribute pseudo_elements
76 77 78 |
# File 'lib/syntax_tree/css/selectors.rb', line 76 def pseudo_elements @pseudo_elements end |
#subclasses ⇒ Object
Returns the value of attribute subclasses
76 77 78 |
# File 'lib/syntax_tree/css/selectors.rb', line 76 def subclasses @subclasses end |
#type ⇒ Object
Returns the value of attribute type
76 77 78 |
# File 'lib/syntax_tree/css/selectors.rb', line 76 def type @type end |