Class: StarkitBanking::Transfer::Status
- Inherits:
-
Struct
- Object
- Struct
- StarkitBanking::Transfer::Status
- Defined in:
- lib/starkit_banking/api/response.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
Returns the value of attribute status.
-
#transferType ⇒ Object
Returns the value of attribute transferType.
-
#utr ⇒ Object
Returns the value of attribute utr.
Instance Attribute Details
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/starkit_banking/api/response.rb', line 7 def status @status end |
#transferType ⇒ Object
Returns the value of attribute transferType
7 8 9 |
# File 'lib/starkit_banking/api/response.rb', line 7 def transferType @transferType end |
#utr ⇒ Object
Returns the value of attribute utr
7 8 9 |
# File 'lib/starkit_banking/api/response.rb', line 7 def utr @utr end |