Class: AutotaskRuby::Account
- Inherits:
-
Object
- Object
- AutotaskRuby::Account
- Includes:
- Entity
- Defined in:
- lib/autotask_ruby/account.rb
Overview
Represents the Autotask Account Entity
Constant Summary collapse
- FIELDS =
%i[id Address1 City Country CreateDate AccountName AccountNumber Phone PostalCode State Active].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