Class: Thor::CoreExt::OrderedHash::Node
- Defined in:
- lib/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.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
16 17 18 |
# File 'lib/vendor/thor/lib/thor/core_ext/ordered_hash.rb', line 16 def key @key end |
#next ⇒ Object
Returns the value of attribute next
16 17 18 |
# File 'lib/vendor/thor/lib/thor/core_ext/ordered_hash.rb', line 16 def next @next end |
#prev ⇒ Object
Returns the value of attribute prev
16 17 18 |
# File 'lib/vendor/thor/lib/thor/core_ext/ordered_hash.rb', line 16 def prev @prev end |
#value ⇒ Object
Returns the value of attribute value
16 17 18 |
# File 'lib/vendor/thor/lib/thor/core_ext/ordered_hash.rb', line 16 def value @value end |