Class: AdCenterWrapper::MediaType
- Inherits:
-
Object
- Object
- AdCenterWrapper::MediaType
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8MediaType
dimensions - AdCenterWrapper::ArrayOfDimension
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dimensions = nil, name = nil) ⇒ MediaType
constructor
A new instance of MediaType.
Constructor Details
permalink #initialize(dimensions = nil, name = nil) ⇒ MediaType
Returns a new instance of MediaType.
479 480 481 482 |
# File 'lib/CampaignManagementService.rb', line 479 def initialize(dimensions = nil, name = nil) @dimensions = dimensions @name = name end |
Instance Attribute Details
permalink #dimensions ⇒ Object
Returns the value of attribute dimensions.
476 477 478 |
# File 'lib/CampaignManagementService.rb', line 476 def dimensions @dimensions end |
permalink #name ⇒ Object
Returns the value of attribute name.
477 478 479 |
# File 'lib/CampaignManagementService.rb', line 477 def name @name end |