Class: ApiBanking::InstantCreditService::GetStatus::Status
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InstantCreditService::GetStatus::Status
- Defined in:
- lib/api_banking/soap/instantCreditService.rb
Instance Attribute Summary collapse
-
#statusCode ⇒ Object
Returns the value of attribute statusCode.
-
#subStatusCode ⇒ Object
Returns the value of attribute subStatusCode.
-
#subStatusText ⇒ Object
Returns the value of attribute subStatusText.
Instance Attribute Details
#statusCode ⇒ Object
Returns the value of attribute statusCode
19 20 21 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 19 def statusCode @statusCode end |
#subStatusCode ⇒ Object
Returns the value of attribute subStatusCode
19 20 21 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 19 def subStatusCode @subStatusCode end |
#subStatusText ⇒ Object
Returns the value of attribute subStatusText
19 20 21 |
# File 'lib/api_banking/soap/instantCreditService.rb', line 19 def subStatusText @subStatusText end |