struct Etcd::Model::Kv

Defined in:

etcd/model/kv.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Etcd::Model::Base

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def create_revision : UInt64 | Nil #

[View source]
def key : String #

[View source]
def lease : Int64 | Nil #

[View source]
def mod_revision : UInt64 | Nil #

[View source]
def value : String | Nil #

[View source]
def version : Int64 | Nil #

[View source]