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