class AutotaskRuby::Project

Represents the Autotask Entity Project

Constants

FIELDS

Public Instance Methods

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