Class: ApiBanking::Fault
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::Fault
- Defined in:
- lib/api_banking/soap/fault.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#reasonText ⇒ Object
Returns the value of attribute reasonText.
-
#subCode ⇒ Object
Returns the value of attribute subCode.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
2 3 4 |
# File 'lib/api_banking/soap/fault.rb', line 2 def code @code end |
#reasonText ⇒ Object
Returns the value of attribute reasonText
2 3 4 |
# File 'lib/api_banking/soap/fault.rb', line 2 def reasonText @reasonText end |
#subCode ⇒ Object
Returns the value of attribute subCode
2 3 4 |
# File 'lib/api_banking/soap/fault.rb', line 2 def subCode @subCode end |