class HoundDog::HabitatSettings
- HoundDog::HabitatSettings
- Reference
- Object
Defined in:
hound-dog/settings.crClass Method Summary
- .etcd_host : String
- .etcd_host=(value : String)
-
.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.
- .etcd_port : Int32
- .etcd_port=(value : Int32)
-
.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.
- .etcd_ttl : Int64
- .etcd_ttl=(value : Int64)
-
.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.
- .service_namespace : String
- .service_namespace=(value : String)
-
.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.
-
.to_h
Generates a hash using the provided values
Class Method Detail
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.
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.
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.
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.