Class: ApiBanking::SocialBankingService::GetTransactions::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#accountNoObject

Returns the value of attribute accountNo

Returns:

  • (Object)

    the current value of accountNo



19
20
21
# File 'lib/api_banking/soap/socialBankingService.rb', line 19

def accountNo
  @accountNo
end

#customerIDObject

Returns the value of attribute customerID

Returns:

  • (Object)

    the current value of customerID



19
20
21
# File 'lib/api_banking/soap/socialBankingService.rb', line 19

def customerID
  @customerID
end

#numTransactionsObject

Returns the value of attribute numTransactions

Returns:

  • (Object)

    the current value of numTransactions



19
20
21
# File 'lib/api_banking/soap/socialBankingService.rb', line 19

def numTransactions
  @numTransactions
end

#transactionsArrayObject

Returns the value of attribute transactionsArray

Returns:

  • (Object)

    the current value of transactionsArray



19
20
21
# File 'lib/api_banking/soap/socialBankingService.rb', line 19

def transactionsArray
  @transactionsArray
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



19
20
21
# File 'lib/api_banking/soap/socialBankingService.rb', line 19

def version
  @version
end