Class: Dommy::Internal::CSS::RuleIndex::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/dommy/internal/css/rule_index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#declarationsObject

Returns the value of attribute declarations

Returns:

  • (Object)

    the current value of declarations



19
20
21
# File 'lib/dommy/internal/css/rule_index.rb', line 19

def declarations
  @declarations
end

#layerObject

Returns the value of attribute layer

Returns:

  • (Object)

    the current value of layer



19
20
21
# File 'lib/dommy/internal/css/rule_index.rb', line 19

def layer
  @layer
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



19
20
21
# File 'lib/dommy/internal/css/rule_index.rb', line 19

def order
  @order
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



19
20
21
# File 'lib/dommy/internal/css/rule_index.rb', line 19

def origin
  @origin
end

#proximityObject

Returns the value of attribute proximity

Returns:

  • (Object)

    the current value of proximity



19
20
21
# File 'lib/dommy/internal/css/rule_index.rb', line 19

def proximity
  @proximity
end

#specificityObject

Returns the value of attribute specificity

Returns:

  • (Object)

    the current value of specificity



19
20
21
# File 'lib/dommy/internal/css/rule_index.rb', line 19

def specificity
  @specificity
end