Class: AdWords::V201003::CampaignCriterionService::Placement

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



735
736
737
738
739
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 735

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.



732
733
734
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 732

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



731
732
733
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 731

def id
  @id
end

#urlObject

Returns the value of attribute url.



733
734
735
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 733

def url
  @url
end