Sha256: bfed13156aac7d87f7245ee281bc34060b21b2885ea8413ae7c0cdbfced1a3c0

Contents?: true

Size: 491 Bytes

Versions: 1

Compression:

Stored size: 491 Bytes

Contents

module AmoCRM::Entities
  class Image < Base
    include HappyMapper
    include AmoCRM::Entities::XmlFix

    tag 'image'

    attribute :created,  Time
    attribute :updated,  Time
    attribute :updatedBy,  String
    attribute :name,  String
    attribute :tinyUuid, String
    attribute :filename, String
    attribute :miniatureUuid, String

    attribute :accountUuid, String
    attribute :accountId, String
    attribute :uuid, String
    attribute :externalcode, String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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