Class: CSS::Cascade::Match
- Inherits:
-
Data
- Object
- Data
- CSS::Cascade::Match
- Defined in:
- lib/css/cascade.rb
Instance Attribute Summary collapse
-
#declaration ⇒ Object
readonly
Returns the value of attribute declaration.
-
#inline ⇒ Object
readonly
Returns the value of attribute inline.
-
#order ⇒ Object
readonly
Returns the value of attribute order.
-
#specificity ⇒ Object
readonly
Returns the value of attribute specificity.
Instance Attribute Details
#declaration ⇒ Object (readonly)
Returns the value of attribute declaration
21 22 23 |
# File 'lib/css/cascade.rb', line 21 def declaration @declaration end |
#inline ⇒ Object (readonly)
Returns the value of attribute inline
21 22 23 |
# File 'lib/css/cascade.rb', line 21 def inline @inline end |
#order ⇒ Object (readonly)
Returns the value of attribute order
21 22 23 |
# File 'lib/css/cascade.rb', line 21 def order @order end |
#specificity ⇒ Object (readonly)
Returns the value of attribute specificity
21 22 23 |
# File 'lib/css/cascade.rb', line 21 def specificity @specificity end |