Class: Dommy::Internal::CSS::Parser::ScopeRule
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::CSS::Parser::ScopeRule
- Defined in:
- lib/dommy/internal/css/parser.rb
Overview
(either may be nil: a missing start scopes to the document element,
a missing end has no lower boundary). RuleIndex resolves the scoping
roots and limits and scopes the block's rules to in-scope elements.
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Method Summary collapse
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
60 61 62 |
# File 'lib/dommy/internal/css/parser.rb', line 60 def end @end end |
#rules ⇒ Object
Returns the value of attribute rules
60 61 62 |
# File 'lib/dommy/internal/css/parser.rb', line 60 def rules @rules end |
#start ⇒ Object
Returns the value of attribute start
60 61 62 |
# File 'lib/dommy/internal/css/parser.rb', line 60 def start @start end |
Instance Method Details
#grouping? ⇒ Boolean
61 |
# File 'lib/dommy/internal/css/parser.rb', line 61 def grouping? = true |