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.



1528
1529
1530
1531
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1528

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

Instance Attribute Details

#titleObject

Returns the value of attribute title.



1526
1527
1528
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1526

def title
  @title
end

#urlObject

Returns the value of attribute url.



1525
1526
1527
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1525

def url
  @url
end