Class: SyntaxTree::CSS::Selectors::AttributeSelectorMatcher

Inherits:
Struct
  • Object
show all
Defined in:
lib/syntax_tree/css/selectors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attr_matcherObject

Returns the value of attribute attr_matcher

Returns:

  • (Object)

    the current value of attr_matcher



46
47
48
# File 'lib/syntax_tree/css/selectors.rb', line 46

def attr_matcher
  @attr_matcher
end

#modifierObject

Returns the value of attribute modifier

Returns:

  • (Object)

    the current value of modifier



46
47
48
# File 'lib/syntax_tree/css/selectors.rb', line 46

def modifier
  @modifier
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



46
47
48
# File 'lib/syntax_tree/css/selectors.rb', line 46

def token
  @token
end