Class: AdCenterWrapper::Dimension
- Inherits:
-
Object
- Object
- AdCenterWrapper::Dimension
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8Dimension
height - SOAP::SOAPInt
width - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize(height = nil, width = nil) ⇒ Dimension
constructor
A new instance of Dimension.
Constructor Details
permalink #initialize(height = nil, width = nil) ⇒ Dimension
Returns a new instance of Dimension.
496 497 498 499 |
# File 'lib/CampaignManagementService.rb', line 496 def initialize(height = nil, width = nil) @height = height @width = width end |
Instance Attribute Details
permalink #height ⇒ Object
Returns the value of attribute height.
493 494 495 |
# File 'lib/CampaignManagementService.rb', line 493 def height @height end |
permalink #width ⇒ Object
Returns the value of attribute width.
494 495 496 |
# File 'lib/CampaignManagementService.rb', line 494 def width @width end |