Sha256: a2d6f8cf0dcf0b9fd3f8ca74f2543b6ea9bb9f9c65dcfe83a78f1ae6daf9fb69

Contents?: true

Size: 168 Bytes

Versions: 2

Compression:

Stored size: 168 Bytes

Contents

module BusinessCentral
  module Object
    class Account < Base
      OBJECT = 'accounts'.freeze

      OBJECT_METHODS = [
        :get
      ].freeze
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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