Class: StarkitBanking::Transfer::Status

Inherits:
Struct
  • Object
show all
Defined in:
lib/starkit_banking/api/response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/starkit_banking/api/response.rb', line 7

def status
  @status
end

#transferTypeObject

Returns the value of attribute transferType

Returns:

  • (Object)

    the current value of transferType



7
8
9
# File 'lib/starkit_banking/api/response.rb', line 7

def transferType
  @transferType
end

#utrObject

Returns the value of attribute utr

Returns:

  • (Object)

    the current value of utr



7
8
9
# File 'lib/starkit_banking/api/response.rb', line 7

def utr
  @utr
end