Sha256: b6efa10bf2a4ed19a2f48e4f7f67ba4b6f7cd4243558f2f9b8f8151a5407c60b
Contents?: true
Size: 514 Bytes
Versions: 62
Compression:
Stored size: 514 Bytes
Contents
class Zendesk2::Client class TicketChange < AuditEvent # @return [Integer] Automatically assigned when creating events identity :id, type: :integer # @return [String] The name of the field that was changed attribute :field_name, type: :string # @return [String] The name of the field that was changed attribute :value, type: :string # @return [Array] The previous value of the field that was changed attribute :previous_value, type: :array, parser: lambda{|v, _| [*v]} end end
Version data entries
62 entries across 62 versions & 1 rubygems