Class: AdWords::V201008::CampaignCriterionService::Criterion

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

Overview

Criterion

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, criterion_Type = nil) ⇒ Criterion

Returns a new instance of Criterion.



711
712
713
714
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 711

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

Instance Attribute Details

#criterion_TypeObject

Returns the value of attribute criterion_Type.



709
710
711
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 709

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



708
709
710
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 708

def id
  @id
end