Class: Bundler::Thor::CoreExt::OrderedHash::Node
- Inherits:
-
Struct
- Object
- Struct
- Bundler::Thor::CoreExt::OrderedHash::Node
- Defined in:
- lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb
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
15 16 17 |
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb', line 15 def key @key end |
#next ⇒ Object
Returns the value of attribute next
15 16 17 |
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb', line 15 def next @next end |
#prev ⇒ Object
Returns the value of attribute prev
15 16 17 |
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb', line 15 def prev @prev end |
#value ⇒ Object
Returns the value of attribute value
15 16 17 |
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb', line 15 def value @value end |