class Freee::AccountItem

Public Class Methods

list(company_id) click to toggle source
# File lib/freee/account_item.rb, line 3
def self.list(company_id)
  Freee.client.get(
    "/api/1/account_items?company_id=#{company_id.to_i}",
    :account_item
  )
end