class MonthDetail
- MonthDetail
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ynab/models/month_detail.crConstructors
Instance Method Summary
- #activity : Int64
- #activity=(activity : Int64)
- #age_of_money : Int32 | Nil
- #age_of_money=(age_of_money : Int32 | Nil)
- #budgeted : Int64
- #budgeted=(budgeted : Int64)
- #categories : Array(Category)
- #categories=(categories : Array(Category))
- #deleted : Bool
- #deleted=(deleted : Bool)
- #income : Int64
- #income=(income : Int64)
- #month : String
- #month=(month : String)
- #note : String | Nil
- #note=(note : String | Nil)
- #to_be_budgeted : Int64
- #to_be_budgeted=(to_be_budgeted : Int64)