Class: Barge::Resource::Account

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/barge/resource/account.rb

Constant Summary

Constants included from Base

Base::PER_PAGE

Instance Attribute Summary

Attributes included from Base

#faraday

Instance Method Summary collapse

Methods included from Base

#initialize

Instance Method Details

#showObject



6
7
8
# File 'lib/barge/resource/account.rb', line 6

def show
  get('account')
end