class

Anthropic::HabitatSettings

Inherits Reference < Object

Class methods

api_key
api_key=(value : String)
api_key?

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

pool_options
pool_options=(value : DB::Pool::Options)
pool_options?

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

to_h

Generates a hash using the provided values

url
url=(value : String)
url?

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

version
version=(value : String)
version?

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