Class: AdCenterWrapper::GetCustomersInfoResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/CustomerManagementService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customersInfo = nil) ⇒ GetCustomersInfoResponse

Returns a new instance of GetCustomersInfoResponse.

[View source]

1196
1197
1198
# File 'lib/CustomerManagementService.rb', line 1196

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

Instance Attribute Details

#customersInfoObject

Returns the value of attribute customersInfo.


1194
1195
1196
# File 'lib/CustomerManagementService.rb', line 1194

def customersInfo
  @customersInfo
end