class AutotaskRuby::AccountToDo
Represents the Autotask AccountToDo
entity
Constants
- FIELDS
Public Instance Methods
action()
click to toggle source
# File lib/autotask_ruby/account_to_do.rb, line 24 def action find('ActionType', action_type) end
contact()
click to toggle source
# File lib/autotask_ruby/account_to_do.rb, line 20 def contact find('Contact', contact_id) end
post_initialize()
click to toggle source
# File lib/autotask_ruby/account_to_do.rb, line 15 def post_initialize belongs_to :resource belongs_to :account end