class FeideeUtils::AccountGroup
Constants
- FieldMappings
- IgnoredFields
Public Instance Methods
to_s()
click to toggle source
# File lib/feidee_utils/account_group.rb, line 42 def to_s "#{name} (AccountGroup/#{poid})" end
validate_integrity()
click to toggle source
# File lib/feidee_utils/account_group.rb, line 10 def validate_integrity validate_depth_integrity validate_one_level_path_integrity unless (poid == 1 and raw_type == -1) or (raw_type >= 0 and raw_type <= 2) raise "Unexpected account group type #{raw_type}.\n" + inspect end end