Class: ApiBanking::AccountStatement::ReqBody
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::AccountStatement::ReqBody
- Defined in:
- lib/api_banking/json/accountStatement.rb
Instance Attribute Summary collapse
-
#accountNo ⇒ Object
Returns the value of attribute accountNo.
-
#fromDate ⇒ Object
Returns the value of attribute fromDate.
-
#toDate ⇒ Object
Returns the value of attribute toDate.
-
#transactionType ⇒ Object
Returns the value of attribute transactionType.
Instance Attribute Details
#accountNo ⇒ Object
Returns the value of attribute accountNo
10 11 12 |
# File 'lib/api_banking/json/accountStatement.rb', line 10 def accountNo @accountNo end |
#fromDate ⇒ Object
Returns the value of attribute fromDate
10 11 12 |
# File 'lib/api_banking/json/accountStatement.rb', line 10 def fromDate @fromDate end |
#toDate ⇒ Object
Returns the value of attribute toDate
10 11 12 |
# File 'lib/api_banking/json/accountStatement.rb', line 10 def toDate @toDate end |
#transactionType ⇒ Object
Returns the value of attribute transactionType
10 11 12 |
# File 'lib/api_banking/json/accountStatement.rb', line 10 def transactionType @transactionType end |