Sha256: e1cc900e1dcfa032a33129f14480472a60b76f7cdb49001179f0ffc95f9aeb3f

Contents?: true

Size: 205 Bytes

Versions: 1

Compression:

Stored size: 205 Bytes

Contents

module BusinessCentral
  module Object
    class CompanyInformation < Base
      OBJECT = 'companyInformation'.freeze

      OBJECT_METHODS = [
        :get,
        :patch
      ].freeze
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
business-central-1.0.3 lib/business_central/object/company_information.rb