class PassKit::HabitatSettings

Defined in:

constants.cr

Class Method Summary

Class Method Detail

def self.private_key : String #

def self.private_key=(value : String) #

def self.private_key? #

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


def self.private_key_password : String #

def self.private_key_password=(value : String) #

def self.private_key_password? #

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


def self.signing_cert : String #

def self.signing_cert=(value : String) #

def self.signing_cert? #

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


def self.to_h #

Generates a hash using the provided values


def self.wwdr_cert : String #

def self.wwdr_cert=(value : String) #

def self.wwdr_cert? #

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