Class: SEPA::Account
- Inherits:
-
Object
- Object
- SEPA::Account
- Extended by:
- Converter
- Includes:
- ActiveModel::Model
- Defined in:
- lib/sepa_rator/account.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#agent_lei ⇒ Object
Returns the value of attribute agent_lei.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#contact_details ⇒ Object
Returns the value of attribute contact_details.
-
#iban ⇒ Object
Returns the value of attribute iban.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Methods included from Converter
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
8 9 10 |
# File 'lib/sepa_rator/account.rb', line 8 def address @address end |
#agent_lei ⇒ Object
Returns the value of attribute agent_lei.
8 9 10 |
# File 'lib/sepa_rator/account.rb', line 8 def agent_lei @agent_lei end |
#bic ⇒ Object
Returns the value of attribute bic.
8 9 10 |
# File 'lib/sepa_rator/account.rb', line 8 def bic @bic end |
#contact_details ⇒ Object
Returns the value of attribute contact_details.
8 9 10 |
# File 'lib/sepa_rator/account.rb', line 8 def contact_details @contact_details end |
#iban ⇒ Object
Returns the value of attribute iban.
8 9 10 |
# File 'lib/sepa_rator/account.rb', line 8 def iban @iban end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/sepa_rator/account.rb', line 8 def name @name end |
Instance Method Details
#initiating_party_id(_builder, _profile) ⇒ Object
This method is abstract.
Override in subclasses to emit an ‘<Id>` block inside `<InitgPty>`.
21 |
# File 'lib/sepa_rator/account.rb', line 21 def initiating_party_id(_builder, _profile); end |