Class: AdCenterWrapper::GetSegmentsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetSegmentsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetSegmentsResponse
segments - AdCenterWrapper::ArrayOfSegment
Instance Attribute Summary collapse
-
#segments ⇒ Object
Returns the value of attribute segments.
Instance Method Summary collapse
-
#initialize(segments = nil) ⇒ GetSegmentsResponse
constructor
A new instance of GetSegmentsResponse.
Constructor Details
#initialize(segments = nil) ⇒ GetSegmentsResponse
Returns a new instance of GetSegmentsResponse.
1955 1956 1957 |
# File 'lib/adcenter_wrapper_entities.rb', line 1955 def initialize(segments = nil) @segments = segments end |
Instance Attribute Details
#segments ⇒ Object
Returns the value of attribute segments.
1953 1954 1955 |
# File 'lib/adcenter_wrapper_entities.rb', line 1953 def segments @segments end |