Class: SPS::DebtorAccount

Inherits:
Account
  • Object
show all
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

Attributes inherited from Account

#bic, #iban, #name

Method Summary

Methods included from Converter

convert

Methods inherited from Account

#initialize

Constructor Details

This class inherits a constructor from SPS::Account

Instance Attribute Details

#proprietaryObject

Returns the value of attribute proprietary.



8
9
10
# File 'lib/sps_king/account/debtor_account.rb', line 8

def proprietary
  @proprietary
end