Class: Fakturoid::Api::Account

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/fakturoid/api/account.rb

Instance Attribute Summary

Attributes included from Base

#client

Instance Method Summary collapse

Methods included from Base

#initialize, #perform_request

Instance Method Details

#currentObject



8
9
10
# File 'lib/fakturoid/api/account.rb', line 8

def current
  perform_request(HTTP_GET, "account.json")
end