class MonthSummary

Included Modules

Defined in:

ynab/models/month_summary.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 #

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

[View source]
def budgeted : Int64 #

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

[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 : Time #

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

[View source]
def note : String #

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

[View source]
def to_be_budgeted : Int64 #

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

[View source]