Class: AdWords::V201008::TargetingIdeaService::Criterion

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

Overview

Criterion

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

Direct Known Subclasses

CriterionUserList, Keyword, Placement, Product, Vertical

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Criterion.



1324
1325
1326
1327
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1324

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.



1322
1323
1324
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1322

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



1321
1322
1323
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1321

def id
  @id
end