Class: Navy::Etcd::Response
- Inherits:
-
Struct
- Object
- Struct
- Navy::Etcd::Response
- Defined in:
- lib/navy/etcd.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#etcd_index ⇒ Object
Returns the value of attribute etcd_index.
-
#node ⇒ Object
Returns the value of attribute node.
-
#prevNode ⇒ Object
Returns the value of attribute prevNode.
Instance Method Summary collapse
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
6 7 8 |
# File 'lib/navy/etcd.rb', line 6 def action @action end |
#etcd_index ⇒ Object
Returns the value of attribute etcd_index
6 7 8 |
# File 'lib/navy/etcd.rb', line 6 def etcd_index @etcd_index end |
#node ⇒ Object
Returns the value of attribute node
6 7 8 |
# File 'lib/navy/etcd.rb', line 6 def node @node end |
#prevNode ⇒ Object
Returns the value of attribute prevNode
6 7 8 |
# File 'lib/navy/etcd.rb', line 6 def prevNode @prevNode end |
Instance Method Details
#key ⇒ Object
7 8 9 |
# File 'lib/navy/etcd.rb', line 7 def key node.key end |