class YNAB::Client::HabitatSettings

Defined in:

ynab/client.cr

Class Method Summary

Class Method Detail

def self.access_token : String #

def self.access_token=(value : String) #

def self.access_token? #

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


def self.base_url : String #

def self.base_url=(value : String) #

def self.base_url? #

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


def self.to_h #

Generates a hash using the provided values