Video

  • duration - SOAP::SOAPLong
  • filename - SOAP::SOAPString
  • preview - SOAP::SOAPString
  • title - SOAP::SOAPString
  • videoId - SOAP::SOAPLong
Methods
N
Attributes
[RW] duration
[RW] filename
[RW] preview
[RW] title
[RW] videoId
Class Public methods
new(duration = nil, filename = nil, preview = nil, title = nil, videoId = nil)
# File lib/adwords4r/v13/AdService.rb, line 650
  def initialize(duration = nil, filename = nil, preview = nil, title = nil, videoId = nil)
    @duration = duration
    @filename = filename
    @preview = preview
    @title = title
    @videoId = videoId
  end