class N2y::YNAB::HabitatSettings

Defined in:

n2y/ynab.cr

Class Method Summary

Class Method Detail

def self.client_id : String #

def self.client_id=(value : String) #

def self.client_id? #

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


def self.secret : String #

def self.secret=(value : String) #

def self.secret? #

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


def self.to_h #

Generates a hash using the provided values