Class: ApiBanking::InstantMoneyTransferService::GetBeneficiaries::DateRange
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InstantMoneyTransferService::GetBeneficiaries::DateRange
- Defined in:
- lib/api_banking/soap/instantMoneyTransferService.rb
Instance Attribute Summary collapse
-
#fromDate ⇒ Object
Returns the value of attribute fromDate.
-
#toDate ⇒ Object
Returns the value of attribute toDate.
Instance Attribute Details
#fromDate ⇒ Object
Returns the value of attribute fromDate
31 32 33 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 31 def fromDate @fromDate end |
#toDate ⇒ Object
Returns the value of attribute toDate
31 32 33 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 31 def toDate @toDate end |