class AutotaskRuby::Task

Represents the Autotask Entity Task

Constants

FIELDS

Public Instance Methods

post_initialize() click to toggle source
# File lib/autotask_ruby/task.rb, line 14
def post_initialize
  belongs_to :resource
  belongs_to :project
end