class N2y::YNAB::Account

Defined in:

n2y/ynab/account.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, budget_id : String, budget_name : String) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def budget_id : String #

[View source]
def budget_name : String #

[View source]
def id : String #

[View source]
def name : String #

[View source]