class KayakoClient::TicketCountType

Public Instance Methods

has_ticket_type?() click to toggle source
# File lib/kayako_client/ticket_count.rb, line 43
def has_ticket_type?
    !id.nil? && id > 0
end