Class: AdWords::V201008::AdGroupCriterionService::Placement

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



1207
1208
1209
1210
1211
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1207

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.



1204
1205
1206
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1204

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



1203
1204
1205
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1203

def id
  @id
end

#urlObject

Returns the value of attribute url.



1205
1206
1207
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1205

def url
  @url
end