class

Prosopo::HabitatSettings

Inherits Reference < Object

Class methods

endpoint
endpoint=(value : String)
endpoint?

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

retry_attempts
retry_attempts=(value : Int32)
retry_attempts?

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

retry_delays
retry_delays=(value : Array(Float64 | Int32))
retry_delays?

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

script
script=(value : String)
script?

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

secret_key
secret_key=(value : String)
secret_key?

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

site_key
site_key=(value : String)
site_key?

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

timeout
timeout=(value : Time::Span)
timeout?

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

to_h

Generates a hash using the provided values