class Braintree::HabitatSettings

Defined in:

braintree.cr

Class Method Summary

Class Method Detail

def self.host : URI #

def self.host=(value : URI) #

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


def self.merchant : String #

def self.merchant=(value : String) #

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


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.public_key : String #

def self.public_key=(value : String) #

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


def self.to_h #

Generates a hash using the provided values