Class: AdCenterWrapper::GetAnalyticsTypeResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAnalyticsTypeResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetAnalyticsTypeResponse
types - AdCenterWrapper::ArrayOfAnalyticsType
Instance Attribute Summary collapse
-
#types ⇒ Object
Returns the value of attribute types.
Instance Method Summary collapse
-
#initialize(types = nil) ⇒ GetAnalyticsTypeResponse
constructor
A new instance of GetAnalyticsTypeResponse.
Constructor Details
permalink #initialize(types = nil) ⇒ GetAnalyticsTypeResponse
Returns a new instance of GetAnalyticsTypeResponse.
2543 2544 2545 |
# File 'lib/CampaignManagementService.rb', line 2543 def initialize(types = nil) @types = types end |
Instance Attribute Details
permalink #types ⇒ Object
Returns the value of attribute types.
2541 2542 2543 |
# File 'lib/CampaignManagementService.rb', line 2541 def types @types end |