Class: SPS::DebtorAccount
- Extended by:
- Converter
- Defined in:
- lib/sps_king/account/debtor_account.rb
Constant Summary collapse
- PROPRIETARY_VALUES =
Proprietary values NOA No Advice SIA Single Advice CND Collective Advice No Details CWD Collective Advice With Details
%w[NOA SIA CND CWD].freeze
Instance Attribute Summary collapse
-
#proprietary ⇒ Object
Returns the value of attribute proprietary.
Attributes inherited from Account
Method Summary
Methods included from Converter
Methods inherited from Account
Constructor Details
This class inherits a constructor from SPS::Account
Instance Attribute Details
#proprietary ⇒ Object
Returns the value of attribute proprietary.
8 9 10 |
# File 'lib/sps_king/account/debtor_account.rb', line 8 def proprietary @proprietary end |