Class: AdCenterWrapper::GetCustomSegmentsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomSegmentsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetCustomSegmentsResponse
customSegments - AdCenterWrapper::ArrayOfSegment
Instance Attribute Summary collapse
-
#customSegments ⇒ Object
Returns the value of attribute customSegments.
Instance Method Summary collapse
-
#initialize(customSegments = nil) ⇒ GetCustomSegmentsResponse
constructor
A new instance of GetCustomSegmentsResponse.
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
#customSegments ⇒ Object
Returns the value of attribute customSegments.
1881 1882 1883 |
# File 'lib/adcenter_wrapper_entities.rb', line 1881 def customSegments @customSegments end |