lib/zendesk2/ticket.rb in zendesk2-1.12.0 vs lib/zendesk2/ticket.rb in zendesk2-1.13.0

- old
+ new

@@ -55,9 +55,13 @@ attribute :updated_at, type: :time # @return [String] The API url of this ticket attribute :url, type: :string # @return [Hash] This object explains how the ticket was created attribute :via + # @return [Integer] Enterprise only. The id of the ticket form to render for the ticket + attribute :ticket_form_id + # @return [Integer] Enterprise only. The id of the brand this ticket is associated with + attribute :brand_id # @return [Zendesk2::Organization] organization assigned to ticket assoc_reader :organization # @return [Zendesk2::User] user that requested the ticket assoc_accessor :requester, collection: :users