Class: SilkLayout::CSS::Rule
- Inherits:
-
Struct
- Object
- Struct
- SilkLayout::CSS::Rule
- Defined in:
- lib/silk_layout/css/rule.rb
Instance Attribute Summary collapse
-
#declarations ⇒ Object
Returns the value of attribute declarations.
-
#order ⇒ Object
Returns the value of attribute order.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#selector ⇒ Object
Returns the value of attribute selector.
-
#specificity ⇒ Object
Returns the value of attribute specificity.
Instance Attribute Details
#declarations ⇒ Object
Returns the value of attribute declarations
7 8 9 |
# File 'lib/silk_layout/css/rule.rb', line 7 def declarations @declarations end |
#order ⇒ Object
Returns the value of attribute order
7 8 9 |
# File 'lib/silk_layout/css/rule.rb', line 7 def order @order end |
#origin ⇒ Object
Returns the value of attribute origin
7 8 9 |
# File 'lib/silk_layout/css/rule.rb', line 7 def origin @origin end |
#selector ⇒ Object
Returns the value of attribute selector
7 8 9 |
# File 'lib/silk_layout/css/rule.rb', line 7 def selector @selector end |
#specificity ⇒ Object
Returns the value of attribute specificity
7 8 9 |
# File 'lib/silk_layout/css/rule.rb', line 7 def specificity @specificity end |