Class: Freee::Amount
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
config, #get, #initialize, #post, set_env, #token, #token=
Constructor Details
This class inherits a constructor from Freee::Base
Class Method Details
.current_report ⇒ Object
3 4 5 |
# File 'lib/freee/amount.rb', line 3 def self.current_report Freee.client.get('/api/p/reports/amounts/current', :amount) end |