Class: ApiBanking::SocialBankingService::GetTransactions::CustomerAlternateID
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SocialBankingService::GetTransactions::CustomerAlternateID
- Defined in:
- lib/api_banking/soap/socialBankingService.rb
Instance Attribute Summary collapse
-
#emailID ⇒ Object
Returns the value of attribute emailID.
-
#genericID ⇒ Object
Returns the value of attribute genericID.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#twitterID ⇒ Object
Returns the value of attribute twitterID.
Instance Attribute Details
#emailID ⇒ Object
Returns the value of attribute emailID
13 14 15 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 13 def emailID @emailID end |
#genericID ⇒ Object
Returns the value of attribute genericID
13 14 15 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 13 def genericID @genericID end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
13 14 15 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 13 def mobileNo @mobileNo end |
#twitterID ⇒ Object
Returns the value of attribute twitterID
13 14 15 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 13 def twitterID @twitterID end |