Class: AdCenterWrapper::GetAnalyticsTypeResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(types = nil) ⇒ GetAnalyticsTypeResponse

Returns a new instance of GetAnalyticsTypeResponse.

[View source]

2543
2544
2545
# File 'lib/CampaignManagementService.rb', line 2543

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

Instance Attribute Details

#typesObject

Returns the value of attribute types.


2541
2542
2543
# File 'lib/CampaignManagementService.rb', line 2541

def types
  @types
end