Class: SEPA::DirectDebitGroup
- Inherits:
-
Data
- Object
- Data
- SEPA::DirectDebitGroup
- Defined in:
- lib/sepa_rator/message/direct_debit.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
readonly
Returns the value of attribute account.
-
#batch_booking ⇒ Object
readonly
Returns the value of attribute batch_booking.
-
#charge_bearer ⇒ Object
readonly
Returns the value of attribute charge_bearer.
-
#instruction_priority ⇒ Object
readonly
Returns the value of attribute instruction_priority.
-
#local_instrument ⇒ Object
readonly
Returns the value of attribute local_instrument.
-
#requested_date ⇒ Object
readonly
Returns the value of attribute requested_date.
-
#sequence_type ⇒ Object
readonly
Returns the value of attribute sequence_type.
Instance Attribute Details
#account ⇒ Object (readonly)
Returns the value of attribute account
4 5 6 |
# File 'lib/sepa_rator/message/direct_debit.rb', line 4 def account @account end |
#batch_booking ⇒ Object (readonly)
Returns the value of attribute batch_booking
4 5 6 |
# File 'lib/sepa_rator/message/direct_debit.rb', line 4 def batch_booking @batch_booking end |
#charge_bearer ⇒ Object (readonly)
Returns the value of attribute charge_bearer
4 5 6 |
# File 'lib/sepa_rator/message/direct_debit.rb', line 4 def charge_bearer @charge_bearer end |
#instruction_priority ⇒ Object (readonly)
Returns the value of attribute instruction_priority
4 5 6 |
# File 'lib/sepa_rator/message/direct_debit.rb', line 4 def instruction_priority @instruction_priority end |
#local_instrument ⇒ Object (readonly)
Returns the value of attribute local_instrument
4 5 6 |
# File 'lib/sepa_rator/message/direct_debit.rb', line 4 def local_instrument @local_instrument end |
#requested_date ⇒ Object (readonly)
Returns the value of attribute requested_date
4 5 6 |
# File 'lib/sepa_rator/message/direct_debit.rb', line 4 def requested_date @requested_date end |
#sequence_type ⇒ Object (readonly)
Returns the value of attribute sequence_type
4 5 6 |
# File 'lib/sepa_rator/message/direct_debit.rb', line 4 def sequence_type @sequence_type end |