Sha256: 04a4cfd93e45355a726974a1250c2cd8e15342abe7ca4e1e6a7f09a9113e60b2

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

module AmoCRM::Entities::Common
  extend ::ActiveSupport::Concern

  included do
    include HappyMapper

    attribute :readMode,    String
    attribute :changeMode,  String

    element :accountUuid,   String
    element :accountId,     String
    element :uuid,          String
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amo_crm-0.2.2 lib/amo_crm/entities/common.rb