Class: Sass::OrderedHash::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/gems/haml-2.0.4/lib/sass/css.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



55
56
57
# File 'lib/gems/haml-2.0.4/lib/sass/css.rb', line 55

def key
  @key
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



55
56
57
# File 'lib/gems/haml-2.0.4/lib/sass/css.rb', line 55

def next
  @next
end

#prevObject

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



55
56
57
# File 'lib/gems/haml-2.0.4/lib/sass/css.rb', line 55

def prev
  @prev
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



55
56
57
# File 'lib/gems/haml-2.0.4/lib/sass/css.rb', line 55

def value
  @value
end