Class: AdCenterWrapper::GetCustomSegmentsResponse

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

Overview

https://adcenter.microsoft.com/v7GetCustomSegmentsResponse

customSegments - AdCenterWrapper::ArrayOfSegment

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customSegments = nil) ⇒ GetCustomSegmentsResponse

Returns a new instance of GetCustomSegmentsResponse.



1883
1884
1885
# File 'lib/adcenter_wrapper_entities.rb', line 1883

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

Instance Attribute Details

#customSegmentsObject

Returns the value of attribute customSegments.



1881
1882
1883
# File 'lib/adcenter_wrapper_entities.rb', line 1881

def customSegments
  @customSegments
end