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