Sha256: 91a3ec2d991e52ce5b0730f53422e3da72a2e78f501385b83c6ab4136a5302c0

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

module AmoCRM::Entities
  class GoodRef < Base
    include HappyMapper

    tag 'goodRef'

    attribute :uuid,  String
    attribute :name,  String
    attribute :code,  String
    attribute :objectType, String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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