Class: Itonoko::CSS::Parser::Step
- Inherits:
-
Struct
- Object
- Struct
- Itonoko::CSS::Parser::Step
- Defined in:
- lib/itonoko/css/parser.rb
Instance Attribute Summary collapse
-
#combinator ⇒ Object
Returns the value of attribute combinator.
-
#simple ⇒ Object
Returns the value of attribute simple.
Instance Attribute Details
#combinator ⇒ Object
Returns the value of attribute combinator
17 18 19 |
# File 'lib/itonoko/css/parser.rb', line 17 def combinator @combinator end |
#simple ⇒ Object
Returns the value of attribute simple
17 18 19 |
# File 'lib/itonoko/css/parser.rb', line 17 def simple @simple end |