class Blockfrost::HabitatSettings
- Blockfrost::HabitatSettings
- Reference
- Object
Defined in:
blockfrost/settings.crClass Method Summary
- .cardano_api_key : String?
- .cardano_api_key=(value : String?)
-
.cardano_api_key?
Used for checking missing settings on non-nilable types It's advised to use cardano_api_key in your apps to ensure the propper type is checked.
- .cardano_api_version : String
- .cardano_api_version=(value : String)
-
.cardano_api_version?
Used for checking missing settings on non-nilable types It's advised to use cardano_api_version in your apps to ensure the propper type is checked.
- .default_count_per_page : Int32?
- .default_count_per_page=(value : Int32?)
-
.default_count_per_page?
Used for checking missing settings on non-nilable types It's advised to use default_count_per_page in your apps to ensure the propper type is checked.
- .default_order : QueryOrder?
- .default_order=(value : QueryOrder?)
-
.default_order?
Used for checking missing settings on non-nilable types It's advised to use default_order in your apps to ensure the propper type is checked.
- .ipfs_api_key : String?
- .ipfs_api_key=(value : String?)
-
.ipfs_api_key?
Used for checking missing settings on non-nilable types It's advised to use ipfs_api_key in your apps to ensure the propper type is checked.
- .ipfs_api_version : String
- .ipfs_api_version=(value : String)
-
.ipfs_api_version?
Used for checking missing settings on non-nilable types It's advised to use ipfs_api_version in your apps to ensure the propper type is checked.
- .retries_in_concurrent_requests : Int32
- .retries_in_concurrent_requests=(value : Int32)
-
.retries_in_concurrent_requests?
Used for checking missing settings on non-nilable types It's advised to use retries_in_concurrent_requests in your apps to ensure the propper type is checked.
- .sleep_between_retries_ms : Int32
- .sleep_between_retries_ms=(value : Int32)
-
.sleep_between_retries_ms?
Used for checking missing settings on non-nilable types It's advised to use sleep_between_retries_ms 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 cardano_api_key in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use cardano_api_version in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use default_count_per_page in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use default_order in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use ipfs_api_key in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use ipfs_api_version in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use retries_in_concurrent_requests in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use sleep_between_retries_ms in your apps to ensure the propper type is checked.