class Etcd::Node
- Etcd::Node
- Reference
- Object
Defined in:
etcd/node.crConstructors
Instance Method Summary
- #children : Array(Node)
- #children=(children : Array(Node))
- #created_index : Int64 | Nil
- #created_index=(created_index : Int64 | Nil)
- #dir : Bool | Nil
- #dir=(dir : Bool | Nil)
- #expiration : String | Nil
- #expiration=(expiration : String | Nil)
- #key : String
- #key=(key : String)
- #modified_index : Int64 | Nil
- #modified_index=(modified_index : Int64 | Nil)
- #ttl : Int64 | Nil
- #ttl=(ttl : Int64 | Nil)
- #value : String | Nil
- #value=(value : String | Nil)