Class: YSM::UserManagementService::AddCreditCardResponse
- Inherits:
-
Object
- Object
- YSM::UserManagementService::AddCreditCardResponse
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2addCreditCardResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddCreditCardResponse
constructor
A new instance of AddCreditCardResponse.
Constructor Details
#initialize(out = nil) ⇒ AddCreditCardResponse
Returns a new instance of AddCreditCardResponse.
692 693 694 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 692 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
690 691 692 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 690 def out @out end |