Class: AdWords::V201008::TargetingIdeaService::WebpageDescriptor

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v201008/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.



1509
1510
1511
1512
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1509

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

Instance Attribute Details

#titleObject

Returns the value of attribute title.



1507
1508
1509
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1507

def title
  @title
end

#urlObject

Returns the value of attribute url.



1506
1507
1508
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1506

def url
  @url
end