Class: AutotaskRuby::ActionType
- Inherits:
-
Object
- Object
- AutotaskRuby::ActionType
- Includes:
- Entity
- Defined in:
- lib/autotask_ruby/action_type.rb
Overview
Represents the Autotask Entity Action Type
Constant Summary collapse
- FIELDS =
%i[id Name View Active SystemActionType].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