Class: AdWords::V200909::AdGroupCriterionService::Criterion

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupCriterionService.rb

Overview

Criterion

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

Direct Known Subclasses

Keyword, Placement

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Criterion.



939
940
941
942
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 939

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.



937
938
939
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 937

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



936
937
938
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 936

def id
  @id
end