Class: AdWords::V201003::BulkMutateJobService::Placement

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



2618
2619
2620
2621
2622
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2618

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.



2615
2616
2617
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2615

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



2614
2615
2616
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2614

def id
  @id
end

#urlObject

Returns the value of attribute url.



2616
2617
2618
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2616

def url
  @url
end