struct Etcd::Model::RangeResponse

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 count : Int32 #

[View source]
def header : Header | Nil #

[View source]
def kvs : Array(Etcd::Model::Kv) #

[View source]