Class: Dommy::Internal::CSS::RuleIndex::Match
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::CSS::RuleIndex::Match
- Defined in:
- lib/dommy/internal/css/rule_index.rb
Instance Attribute Summary collapse
-
#declarations ⇒ Object
Returns the value of attribute declarations.
-
#layer ⇒ Object
Returns the value of attribute layer.
-
#order ⇒ Object
Returns the value of attribute order.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#proximity ⇒ Object
Returns the value of attribute proximity.
-
#specificity ⇒ Object
Returns the value of attribute specificity.
Instance Attribute Details
#declarations ⇒ Object
Returns the value of attribute declarations
19 20 21 |
# File 'lib/dommy/internal/css/rule_index.rb', line 19 def declarations @declarations end |
#layer ⇒ Object
Returns the value of attribute layer
19 20 21 |
# File 'lib/dommy/internal/css/rule_index.rb', line 19 def layer @layer end |
#order ⇒ Object
Returns the value of attribute order
19 20 21 |
# File 'lib/dommy/internal/css/rule_index.rb', line 19 def order @order end |
#origin ⇒ Object
Returns the value of attribute origin
19 20 21 |
# File 'lib/dommy/internal/css/rule_index.rb', line 19 def origin @origin end |
#proximity ⇒ Object
Returns the value of attribute proximity
19 20 21 |
# File 'lib/dommy/internal/css/rule_index.rb', line 19 def proximity @proximity end |
#specificity ⇒ Object
Returns the value of attribute specificity
19 20 21 |
# File 'lib/dommy/internal/css/rule_index.rb', line 19 def specificity @specificity end |