Class: Sass::OrderedHash::Node
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#next ⇒ Object
Returns the value of attribute next.
-
#prev ⇒ Object
Returns the value of attribute prev.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
49 50 51 |
# File 'lib/sass/css.rb', line 49 def key @key end |
#next ⇒ Object
Returns the value of attribute next
49 50 51 |
# File 'lib/sass/css.rb', line 49 def next @next end |
#prev ⇒ Object
Returns the value of attribute prev
49 50 51 |
# File 'lib/sass/css.rb', line 49 def prev @prev end |
#value ⇒ Object
Returns the value of attribute value
49 50 51 |
# File 'lib/sass/css.rb', line 49 def value @value end |