Class: YSM::UserManagementService::AddCreditCard
- Inherits:
-
Object
- Object
- YSM::UserManagementService::AddCreditCard
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2addCreditCard
Instance Attribute Summary collapse
-
#billingAddress ⇒ Object
Returns the value of attribute billingAddress.
-
#billingUserInfo ⇒ Object
Returns the value of attribute billingUserInfo.
-
#cc ⇒ Object
Returns the value of attribute cc.
Instance Method Summary collapse
-
#initialize(billingUserInfo = nil, billingAddress = nil, cc = nil) ⇒ AddCreditCard
constructor
A new instance of AddCreditCard.
Constructor Details
#initialize(billingUserInfo = nil, billingAddress = nil, cc = nil) ⇒ AddCreditCard
Returns a new instance of AddCreditCard.
681 682 683 684 685 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 681 def initialize(billingUserInfo = nil, billingAddress = nil, cc = nil) @billingUserInfo = billingUserInfo @billingAddress = billingAddress @cc = cc end |
Instance Attribute Details
#billingAddress ⇒ Object
Returns the value of attribute billingAddress.
678 679 680 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 678 def billingAddress @billingAddress end |
#billingUserInfo ⇒ Object
Returns the value of attribute billingUserInfo.
677 678 679 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 677 def billingUserInfo @billingUserInfo end |
#cc ⇒ Object
Returns the value of attribute cc.
679 680 681 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 679 def cc @cc end |