class Yoti::HabitatSettings
- Yoti::HabitatSettings
- Reference
- Object
Defined in:
yoti.crClass Method Summary
- .api_port : Int32
- .api_port=(value : Int32)
-
.api_port?
Used for checking missing settings on non-nilable types It's advised to use api_port in your apps to ensure the propper type is checked.
- .api_url : String
- .api_url=(value : String)
-
.api_url?
Used for checking missing settings on non-nilable types It's advised to use api_url in your apps to ensure the propper type is checked.
- .api_version : String
- .api_version=(value : String)
-
.api_version?
Used for checking missing settings on non-nilable types It's advised to use api_version in your apps to ensure the propper type is checked.
- .client_sdk_id : String
- .client_sdk_id=(value : String)
-
.client_sdk_id?
Used for checking missing settings on non-nilable types It's advised to use client_sdk_id in your apps to ensure the propper type is checked.
- .key : String | Nil
- .key=(value : String | Nil)
-
.key?
Used for checking missing settings on non-nilable types It's advised to use key in your apps to ensure the propper type is checked.
- .key_file_path : String
- .key_file_path=(value : String)
-
.key_file_path?
Used for checking missing settings on non-nilable types It's advised to use key_file_path in your apps to ensure the propper type is checked.
- .sdk_identifier : String
- .sdk_identifier=(value : String)
-
.sdk_identifier?
Used for checking missing settings on non-nilable types It's advised to use sdk_identifier 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 api_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 api_url in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use 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 client_sdk_id in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use 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 key_file_path in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use sdk_identifier in your apps to ensure the propper type is checked.