Sha256: 62cc84938d748c0b0ea9d40641429ec139a2495d23511ad7b21436656479346a
Contents?: true
Size: 381 Bytes
Versions: 6
Compression:
Stored size: 381 Bytes
Contents
# frozen_string_literal: true class Zendesk2::TicketCreate < Zendesk2::AuditEvent # @return [integer] Automatically assigned when creating events identity :id, type: :integer # @return [string] The name of the field that was set attribute :field_name, type: :string # @return [Array] The value of the field that was set attribute :value, parser: ->(v, _) { [*v] } end
Version data entries
6 entries across 6 versions & 1 rubygems