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



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

def accountNo
  @accountNo
end

#customerIDObject

Returns the value of attribute customerID

Returns:

  • (Object)

    the current value of customerID



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

def customerID
  @customerID
end

#numTransactionsObject

Returns the value of attribute numTransactions

Returns:

  • (Object)

    the current value of numTransactions



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

def numTransactions
  @numTransactions
end

#transactionsArrayObject

Returns the value of attribute transactionsArray

Returns:

  • (Object)

    the current value of transactionsArray



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

def transactionsArray
  @transactionsArray
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end