Sha256: c5bf2e61b1876f1a39d23274625d75283dea5742c67bcaf8c252d65d697d6e5f
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
# frozen_string_literal: true module BusinessCentral module Object class Companies < Base using Refinements::Strings OBJECT = 'companies' def initialize(client, **args) super(client, **args.merge!({ object_name: OBJECT })) @object_path = [{ path: OBJECT, id: nil }] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
business-central-2.0.0 | lib/business_central/object/companies.rb |