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