class PassKit::HabitatSettings
- PassKit::HabitatSettings
- Reference
- Object
Defined in:
constants.crClass Method Summary
- .private_key : String
- .private_key=(value : String)
-
.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.
- .private_key_password : String
- .private_key_password=(value : String)
-
.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.
- .signing_cert : String
- .signing_cert=(value : String)
-
.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.
-
.to_h
Generates a hash using the provided values
- .wwdr_cert : String
- .wwdr_cert=(value : String)
-
.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.
Class Method Detail
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.
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.
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.
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.