class Yoti::HabitatSettings

Defined in:

yoti.cr

Class Method Summary

Class Method Detail

def self.api_port : Int32 #

def self.api_port=(value : Int32) #

def self.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.


def self.api_url : String #

def self.api_url=(value : String) #

def self.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.


def self.api_version : String #

def self.api_version=(value : String) #

def self.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.


def self.client_sdk_id : String #

def self.client_sdk_id=(value : String) #

def self.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.


def self.key : String | Nil #

def self.key=(value : String | Nil) #

def self.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.


def self.key_file_path : String #

def self.key_file_path=(value : String) #

def self.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.


def self.sdk_identifier : String #

def self.sdk_identifier=(value : String) #

def self.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.


def self.to_h #

Generates a hash using the provided values