struct Etcd::Model::WatchResult

Defined in:

etcd/model/watch.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]
def self.new(events : Array(Etcd::Model::WatchEvent) = [] of Etcd::Model::WatchEvent) #

[View source]

Instance Method Detail

def events : Array(Etcd::Model::WatchEvent) #

[View source]