Class: Itonoko::CSS::Parser::Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/itonoko/css/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#combinatorObject

Returns the value of attribute combinator

Returns:

  • (Object)

    the current value of combinator



17
18
19
# File 'lib/itonoko/css/parser.rb', line 17

def combinator
  @combinator
end

#simpleObject

Returns the value of attribute simple

Returns:

  • (Object)

    the current value of simple



17
18
19
# File 'lib/itonoko/css/parser.rb', line 17

def simple
  @simple
end