Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ynab
v0.2.0
Account
AccountType
BudgetDetail
BudgetSettings
BudgetSummary
Category
CategoryGroup
CategoryGroupWithCategories
ClearedStatus
CurrencyFormat
DateFormat
FlagColor
Frequency
MonthDetail
MonthSummary
Payee
PayeeLocation
ScheduledSubTransaction
ScheduledTransactionSummary
SubTransaction
TransactionDetail
TransactionSummary
User
YNAB
API
Accounts
AccountsWrapper
AccountWrapper
BudgetDetailWrapper
Budgets
BudgetSettingsWrapper
BudgetSummaryWrapper
Categories
CategoryGroupsWrapper
CategoryWrapper
MonthDetailWrapper
MonthSummariesWrapper
PayeeLocations
PayeeLocationsWrapper
PayeeLocationWrapper
Payees
PayeesWrapper
PayeeWrapper
Transactions
TransactionsWrapper
UserWrapper
Client
HabitatSettings
UserApi
Built with Crystal 1.9.2
2023-10-08 05:57:43 UTC
enum
FlagColor
Defined in:
ynab/enums/flag_color.cr
Enum Members
Red
=
0
Orange
=
1
Yellow
=
2
Green
=
3
Blue
=
4
Purple
=
5
Instance Method Summary
#blue?
#green?
#orange?
#purple?
#red?
#yellow?
Instance Method Detail
def
blue?
#
[
View source
]
def
green?
#
[
View source
]
def
orange?
#
[
View source
]
def
purple?
#
[
View source
]
def
red?
#
[
View source
]
def
yellow?
#
[
View source
]