Class: AdCenterWrapper::AccountAnalyticsType
- Inherits:
-
Object
- Object
- AdCenterWrapper::AccountAnalyticsType
- Defined in:
- lib/CampaignManagementService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsAccountAnalyticsType
accountId - SOAP::SOAPLong
type - AdCenterWrapper::AnalyticsType
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(accountId = nil, type = nil) ⇒ AccountAnalyticsType
constructor
A new instance of AccountAnalyticsType.
Constructor Details
permalink #initialize(accountId = nil, type = nil) ⇒ AccountAnalyticsType
Returns a new instance of AccountAnalyticsType.
1455 1456 1457 1458 |
# File 'lib/CampaignManagementService.rb', line 1455 def initialize(accountId = nil, type = nil) @accountId = accountId @type = type end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
1452 1453 1454 |
# File 'lib/CampaignManagementService.rb', line 1452 def accountId @accountId end |
permalink #type ⇒ Object
Returns the value of attribute type.
1453 1454 1455 |
# File 'lib/CampaignManagementService.rb', line 1453 def type @type end |