class Etcd::Config

Defined in:

etcd/config.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def ca_file : String #

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

[View source]
def password : String #

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

[View source]
def read_timeout : Int #

[View source]
def read_timeout=(value : Int) #

[View source]
def ssl_cert : String #

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

[View source]
def use_ssl : Bool #

[View source]
def use_ssl=(value : Bool) #

[View source]
def user_name : String #

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

[View source]
def verify_mode : Symbol #

[View source]
def verify_mode=(value : Symbol) #

[View source]

Macro Detail

macro field(attr, class_type, default_value) #

[View source]