Class: AdCenterWrapper::RevenueModel
- Inherits:
-
Object
- Object
- AdCenterWrapper::RevenueModel
- 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
-
#constantRevenueValue ⇒ Object
Returns the value of attribute constantRevenueValue.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(constantRevenueValue = nil, type = nil) ⇒ RevenueModel
constructor
A new instance of RevenueModel.
Constructor Details
permalink #initialize(constantRevenueValue = nil, type = nil) ⇒ RevenueModel
Returns a new instance of RevenueModel.
1375 1376 1377 1378 |
# File 'lib/CampaignManagementService.rb', line 1375 def initialize(constantRevenueValue = nil, type = nil) @constantRevenueValue = constantRevenueValue @type = type end |
Instance Attribute Details
permalink #constantRevenueValue ⇒ Object
Returns the value of attribute constantRevenueValue.
1372 1373 1374 |
# File 'lib/CampaignManagementService.rb', line 1372 def constantRevenueValue @constantRevenueValue end |
permalink #type ⇒ Object
Returns the value of attribute type.
1373 1374 1375 |
# File 'lib/CampaignManagementService.rb', line 1373 def type @type end |