Sha256: a99cf25f1569dc78b3d63850e816f2a2b906df5c662a367eed0bc472aebbaadb
Contents?: true
Size: 376 Bytes
Versions: 62
Compression:
Stored size: 376 Bytes
Contents
class Zendesk2::Client class TicketCreate < 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: lambda{|v, _| [*v]} end end
Version data entries
62 entries across 62 versions & 1 rubygems