Class: CssParser::RuleSet
- Inherits:
-
Object
- Object
- CssParser::RuleSet
- Defined in:
- lib/webpage-archivist/stylesheet_document.rb
Overview
Make the declaration accessible
Instance Attribute Summary collapse
-
#declarations ⇒ Object
readonly
Returns the value of attribute declarations.
Instance Attribute Details
#declarations ⇒ Object (readonly)
Returns the value of attribute declarations.
10 11 12 |
# File 'lib/webpage-archivist/stylesheet_document.rb', line 10 def declarations @declarations end |