class AutotaskRuby::Ticket
Constants
- FIELDS
Public Instance Methods
account()
click to toggle source
Returns the associated Account
# File lib/autotask_ruby/ticket.rb, line 15 def account find('Account', account_id) end
contact()
click to toggle source
Returns the associated Contact
# File lib/autotask_ruby/ticket.rb, line 20 def contact find('Contact', contact_id) end