Class: AdWords::V201003::AdGroupCriterionService::Criterion

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

Overview

Criterion

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

Direct Known Subclasses

Keyword, Placement, Vertical

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



1076
1077
1078
1079
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1076

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.



1074
1075
1076
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1074

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



1073
1074
1075
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1073

def id
  @id
end