Class: AdCenterWrapper::AccountAnalyticsType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, type = nil) ⇒ AccountAnalyticsType

Returns a new instance of AccountAnalyticsType.

[View source]

1455
1456
1457
1458
# File 'lib/CampaignManagementService.rb', line 1455

def initialize(accountId = nil, type = nil)
  @accountId = accountId
  @type = type
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.


1452
1453
1454
# File 'lib/CampaignManagementService.rb', line 1452

def accountId
  @accountId
end

#typeObject

Returns the value of attribute type.


1453
1454
1455
# File 'lib/CampaignManagementService.rb', line 1453

def type
  @type
end