We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Once you have logged in (see Logging In) you can now fetch all the accounts and their profiles.
Garb::Management::Account.all
Get the first account:
account = Garb::Management::Account.all.first
See its id and name:
account.id
account.name
Then get its profiles:
profile = account.profiles.first
Or see all goals for the account:
account.goals