Class: VerifyUsingWirecard

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

http://pennytel.comverifyUsingWirecard

id - SOAP::SOAPString
password - SOAP::SOAPString
cardName - SOAP::SOAPString
creditCardNumber - SOAP::SOAPString
expmonth - SOAP::SOAPString
expyear - SOAP::SOAPString
csc - SOAP::SOAPString
currency - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, password = nil, cardName = nil, creditCardNumber = nil, expmonth = nil, expyear = nil, csc = nil, currency = nil) ⇒ VerifyUsingWirecard

Returns a new instance of VerifyUsingWirecard.



520
521
522
523
524
525
526
527
528
529
# File 'lib/default.rb', line 520

def initialize(id = nil, password = nil, cardName = nil, creditCardNumber = nil, expmonth = nil, expyear = nil, csc = nil, currency = nil)
  @id = id
  @password = password
  @cardName = cardName
  @creditCardNumber = creditCardNumber
  @expmonth = expmonth
  @expyear = expyear
  @csc = csc
  @currency = currency
end

Instance Attribute Details

#cardNameObject

Returns the value of attribute cardName.



513
514
515
# File 'lib/default.rb', line 513

def cardName
  @cardName
end

#creditCardNumberObject

Returns the value of attribute creditCardNumber.



514
515
516
# File 'lib/default.rb', line 514

def creditCardNumber
  @creditCardNumber
end

#cscObject

Returns the value of attribute csc.



517
518
519
# File 'lib/default.rb', line 517

def csc
  @csc
end

#currencyObject

Returns the value of attribute currency.



518
519
520
# File 'lib/default.rb', line 518

def currency
  @currency
end

#expmonthObject

Returns the value of attribute expmonth.



515
516
517
# File 'lib/default.rb', line 515

def expmonth
  @expmonth
end

#expyearObject

Returns the value of attribute expyear.



516
517
518
# File 'lib/default.rb', line 516

def expyear
  @expyear
end

#idObject

Returns the value of attribute id.



511
512
513
# File 'lib/default.rb', line 511

def id
  @id
end

#passwordObject

Returns the value of attribute password.



512
513
514
# File 'lib/default.rb', line 512

def password
  @password
end