Class: YSM::MasterAccountService::AddNewCustomerResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ AddNewCustomerResponse

Returns a new instance of AddNewCustomerResponse.



265
266
267
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 265

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



263
264
265
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 263

def out
  @out
end