Repository URL to install this package:
|
Version:
0.1.7 ▾
|
module Quickbooks
module Service
class CompanyInfo < BaseService
private
def model
Quickbooks::Model::CompanyInfo
end
end
end
end