class HoundDog::HabitatSettings

Defined in:

hound-dog/settings.cr

Class Method Summary

Class Method Detail

def self.etcd_host : String #

def self.etcd_host=(value : String) #

def self.etcd_host? #

Used for checking missing settings on non-nilable types It's advised to use etcd_host in your apps to ensure the propper type is checked.


def self.etcd_port : Int32 #

def self.etcd_port=(value : Int32) #

def self.etcd_port? #

Used for checking missing settings on non-nilable types It's advised to use etcd_port in your apps to ensure the propper type is checked.


def self.etcd_ttl : Int64 #

def self.etcd_ttl=(value : Int64) #

def self.etcd_ttl? #

Used for checking missing settings on non-nilable types It's advised to use etcd_ttl in your apps to ensure the propper type is checked.


def self.service_namespace : String #

def self.service_namespace=(value : String) #

def self.service_namespace? #

Used for checking missing settings on non-nilable types It's advised to use service_namespace in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values