Class: AdWords::V201008::TargetingIdeaService::Placement

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

Overview

Placement

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

  • url - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, criterion_Type = nil, url = nil) ⇒ Placement

Returns a new instance of Placement.



1358
1359
1360
1361
1362
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1358

def initialize(id = nil, criterion_Type = nil, url = nil)
  @id = id
  @criterion_Type = criterion_Type
  @url = url
end

Instance Attribute Details

#criterion_TypeObject

Returns the value of attribute criterion_Type.



1355
1356
1357
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1355

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



1354
1355
1356
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1354

def id
  @id
end

#urlObject

Returns the value of attribute url.



1356
1357
1358
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1356

def url
  @url
end