Class: ApiBanking::Fault

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/soap/fault.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



2
3
4
# File 'lib/api_banking/soap/fault.rb', line 2

def code
  @code
end

#reasonTextObject

Returns the value of attribute reasonText

Returns:

  • (Object)

    the current value of reasonText



2
3
4
# File 'lib/api_banking/soap/fault.rb', line 2

def reasonText
  @reasonText
end

#subCodeObject

Returns the value of attribute subCode

Returns:

  • (Object)

    the current value of subCode



2
3
4
# File 'lib/api_banking/soap/fault.rb', line 2

def subCode
  @subCode
end