class Etcd::Node

Defined in:

etcd/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(opts : Hash(String, JSON::Any)) #

[View source]

Instance Method Detail

def children : Array(Node) #

[View source]
def children=(children : Array(Node)) #

[View source]
def created_index : Int64 | Nil #

[View source]
def created_index=(created_index : Int64 | Nil) #

[View source]
def dir : Bool | Nil #

[View source]
def dir=(dir : Bool | Nil) #

[View source]
def expiration : String | Nil #

[View source]
def expiration=(expiration : String | Nil) #

[View source]
def key : String #

[View source]
def key=(key : String) #

[View source]
def modified_index : Int64 | Nil #

[View source]
def modified_index=(modified_index : Int64 | Nil) #

[View source]
def ttl : Int64 | Nil #

[View source]
def ttl=(ttl : Int64 | Nil) #

[View source]
def value : String | Nil #

[View source]
def value=(value : String | Nil) #

[View source]