Class: AdCenterWrapper::MediaType
- Inherits:
-
Object
- Object
- AdCenterWrapper::MediaType
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7MediaType
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
#initialize(dimensions = nil, name = nil) ⇒ MediaType
Returns a new instance of MediaType.
724 725 726 727 |
# File 'lib/adcenter_wrapper_entities.rb', line 724 def initialize(dimensions = nil, name = nil) @dimensions = dimensions @name = name end |
Instance Attribute Details
#dimensions ⇒ Object
Returns the value of attribute dimensions.
721 722 723 |
# File 'lib/adcenter_wrapper_entities.rb', line 721 def dimensions @dimensions end |
#name ⇒ Object
Returns the value of attribute name.
722 723 724 |
# File 'lib/adcenter_wrapper_entities.rb', line 722 def name @name end |