Class: FdxV660Api::AccountCategory13
- Inherits:
-
Object
- Object
- FdxV660Api::AccountCategory13
- Defined in:
- lib/fdx_v660_api/models/account_category13.rb
Overview
The entity type of the account of this transaction, in this case LOC_ACCOUNT
Constant Summary collapse
- ACCOUNT_CATEGORY13 =
[ # TODO: Write general description for LOC_ACCOUNT LOC_ACCOUNT = 'LOC_ACCOUNT'.freeze ].freeze
Class Method Summary collapse
Class Method Details
.from_value(value, default_value = LOC_ACCOUNT) ⇒ Object
20 21 22 23 24 |
# File 'lib/fdx_v660_api/models/account_category13.rb', line 20 def self.from_value(value, default_value = LOC_ACCOUNT) return default_value if value.nil? default_value end |
.validate(value) ⇒ Object
14 15 16 17 18 |
# File 'lib/fdx_v660_api/models/account_category13.rb', line 14 def self.validate(value) return false if value.nil? true end |