Class: YSM::UserManagementService::GetPaymentMethodsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb

Overview

http://marketing.ews.yahooapis.com/V2getPaymentMethodsResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



289
290
291
# File 'lib/ysm4r/v1/UserManagementService.rb', line 289

def out
  @out
end