class Braintree::HabitatSettings
- Braintree::HabitatSettings
- Reference
- Object
Defined in:
braintree.crClass Method Summary
- .host : URI
- .host=(value : URI)
-
.host?
Used for checking missing settings on non-nilable types It's advised to use host in your apps to ensure the propper type is checked.
- .merchant : String
- .merchant=(value : String)
-
.merchant?
Used for checking missing settings on non-nilable types It's advised to use merchant in your apps to ensure the propper type is checked.
- .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.
- .public_key : String
- .public_key=(value : String)
-
.public_key?
Used for checking missing settings on non-nilable types It's advised to use public_key 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 host in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use merchant 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 in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use public_key in your apps to ensure the propper type is checked.