Class: AutotaskRuby::ServiceCallTicketResource

Inherits:
Object
  • Object
show all
Includes:
Entity
Defined in:
lib/autotask_ruby/service_call_ticket_resource.rb

Overview

Represents the Autotask Entity ServiceCallTicketResource

Constant Summary collapse

FIELDS =
%i[id ServiceCallTicketID ResourceID].freeze
                                              .each do |field|
  attr_accessor :"#{field.to_s.underscore}"
end

Constants included from Constants

Constants::AUTOTASK_TIME_FORMAT

Method Summary

Methods included from Entity

#build, #create, #field_set, #fields_to_xml, #format_field_to_xml, included, #initialize, #post_initialize, #to_bool, #to_date_time, #update

Methods included from Association

#belongs_to, #has_many, #has_one