Class: AdCenterWrapper::GetCustomersInfoResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customersInfo = nil) ⇒ GetCustomersInfoResponse

Returns a new instance of GetCustomersInfoResponse.



4989
4990
4991
# File 'lib/adcenter_wrapper_entities.rb', line 4989

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

Instance Attribute Details

#customersInfoObject

Returns the value of attribute customersInfo.



4987
4988
4989
# File 'lib/adcenter_wrapper_entities.rb', line 4987

def customersInfo
  @customersInfo
end