Class: YSM::UserManagementService::GetPaymentMethodsResponse
- Inherits:
-
Object
- Object
- YSM::UserManagementService::GetPaymentMethodsResponse
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2getPaymentMethodsResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetPaymentMethodsResponse
constructor
A new instance of GetPaymentMethodsResponse.
Constructor Details
#initialize(out = nil) ⇒ GetPaymentMethodsResponse
Returns a new instance of GetPaymentMethodsResponse.
291 292 293 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 291 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
289 290 291 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 289 def out @out end |