class MonthDetail

Included Modules

Defined in:

ynab/models/month_detail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def activity : Int64 #

[View source]
def activity=(activity : Int64) #

[View source]
def age_of_money : Int32 | Nil #

[View source]
def age_of_money=(age_of_money : Int32 | Nil) #

[View source]
def budgeted : Int64 #

[View source]
def budgeted=(budgeted : Int64) #

[View source]
def categories : Array(Category) #

[View source]
def categories=(categories : Array(Category)) #

[View source]
def deleted : Bool #

[View source]
def deleted=(deleted : Bool) #

[View source]
def income : Int64 #

[View source]
def income=(income : Int64) #

[View source]
def month : String #

[View source]
def month=(month : String) #

[View source]
def note : String | Nil #

[View source]
def note=(note : String | Nil) #

[View source]
def to_be_budgeted : Int64 #

[View source]
def to_be_budgeted=(to_be_budgeted : Int64) #

[View source]