Class: Dommy::Internal::CSS::Parser::StyleRule
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Internal::CSS::Parser::StyleRule
- Defined in:
- lib/dommy/internal/css/parser.rb
Instance Attribute Summary collapse
-
#declarations ⇒ Object
Returns the value of attribute declarations.
-
#selectors ⇒ Object
Returns the value of attribute selectors.
Instance Method Summary collapse
Instance Attribute Details
#declarations ⇒ Object
Returns the value of attribute declarations
23 24 25 |
# File 'lib/dommy/internal/css/parser.rb', line 23 def declarations @declarations end |
#selectors ⇒ Object
Returns the value of attribute selectors
23 24 25 |
# File 'lib/dommy/internal/css/parser.rb', line 23 def selectors @selectors end |
Instance Method Details
#grouping? ⇒ Boolean
24 |
# File 'lib/dommy/internal/css/parser.rb', line 24 def grouping? = false |