class KayakoClient::TicketCountOwner
Public Instance Methods
has_owner_staff?()
click to toggle source
# File lib/kayako_client/ticket_count.rb, line 59 def has_owner_staff? !id.nil? && id > 0 end
# File lib/kayako_client/ticket_count.rb, line 59 def has_owner_staff? !id.nil? && id > 0 end