Class: Thor::CoreExt::OrderedHash::Node
- Inherits:
-
Struct
- Object
- Struct
- Thor::CoreExt::OrderedHash::Node
- Defined in:
- lib/thor/core_ext/ordered_hash.rb
Instance Attribute Summary (collapse)
-
- (Object) key
Returns the value of attribute key.
-
- (Object) next
Returns the value of attribute next.
-
- (Object) prev
Returns the value of attribute prev.
-
- (Object) value
Returns the value of attribute value.
Instance Attribute Details
- (Object) key
Returns the value of attribute key
16 17 18 |
# File 'lib/thor/core_ext/ordered_hash.rb', line 16 def key @key end |
- (Object) next
Returns the value of attribute next
16 17 18 |
# File 'lib/thor/core_ext/ordered_hash.rb', line 16 def next @next end |
- (Object) prev
Returns the value of attribute prev
16 17 18 |
# File 'lib/thor/core_ext/ordered_hash.rb', line 16 def prev @prev end |
- (Object) value
Returns the value of attribute value
16 17 18 |
# File 'lib/thor/core_ext/ordered_hash.rb', line 16 def value @value end |