Module: CodesWholesale::Client::Accounts
- Included in:
- CodesWholesale::Client
- Defined in:
- lib/codes_wholesale/client/accounts.rb
Instance Method Summary collapse
Instance Method Details
#account ⇒ Object
6 7 8 |
# File 'lib/codes_wholesale/client/accounts.rb', line 6 def account CodesWholesale::Models::Account.new(get('accounts/current')) end |