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/v200909/AdGroupAdService.rb, line 54
54:   def initialize(width = nil, height = nil)
55:     @width = width
56:     @height = height
57:   end