Class: AdCenterWrapper::RevenueModel

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

Overview

http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsRevenueModel

constantRevenueValue - SOAP::SOAPDouble
type - AdCenterWrapper::RevenueModelType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(constantRevenueValue = nil, type = nil) ⇒ RevenueModel

Returns a new instance of RevenueModel.

[View source]

1375
1376
1377
1378
# File 'lib/CampaignManagementService.rb', line 1375

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

Instance Attribute Details

#constantRevenueValueObject

Returns the value of attribute constantRevenueValue.


1372
1373
1374
# File 'lib/CampaignManagementService.rb', line 1372

def constantRevenueValue
  @constantRevenueValue
end

#typeObject

Returns the value of attribute type.


1373
1374
1375
# File 'lib/CampaignManagementService.rb', line 1373

def type
  @type
end