Class: AdCenterWrapper::MediaType

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

Overview

https://adcenter.microsoft.com/v8MediaType

dimensions - AdCenterWrapper::ArrayOfDimension
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dimensions = nil, name = nil) ⇒ MediaType

Returns a new instance of MediaType.

[View source]

479
480
481
482
# File 'lib/CampaignManagementService.rb', line 479

def initialize(dimensions = nil, name = nil)
  @dimensions = dimensions
  @name = name
end

Instance Attribute Details

#dimensionsObject

Returns the value of attribute dimensions.


476
477
478
# File 'lib/CampaignManagementService.rb', line 476

def dimensions
  @dimensions
end

#nameObject

Returns the value of attribute name.


477
478
479
# File 'lib/CampaignManagementService.rb', line 477

def name
  @name
end