Class: AdWords::V201003::TargetingIdeaService::WebpageDescriptor

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201003/TargetingIdeaService.rb

Overview

WebpageDescriptor

  • url - SOAP::SOAPString

  • title - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url = nil, title = nil) ⇒ WebpageDescriptor

Returns a new instance of WebpageDescriptor.



1423
1424
1425
1426
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1423

def initialize(url = nil, title = nil)
  @url = url
  @title = title
end

Instance Attribute Details

#titleObject

Returns the value of attribute title.



1421
1422
1423
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1421

def title
  @title
end

#urlObject

Returns the value of attribute url.



1420
1421
1422
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1420

def url
  @url
end