class ZendeskAPI::Voice::Agent::Ticket

def self.display!(client, options)

def self.display!(client, options)
  new(client, options).tap do |resource|
    resource.save!(path: resource.path + '/display')
  end
end

def new_record?

def new_record?
  true
end