Dimensions

  • width - SOAP::SOAPInt
  • height - SOAP::SOAPInt
Methods
N
Attributes
[RW] width
[RW] height
Class Public methods
new(width = nil, height = nil)
# File lib/adwords4r/v200906/AdGroupAdService.rb, line 54
  def initialize(width = nil, height = nil)
    @width = width
    @height = height
  end