Class: AdWords::V201003::TargetingIdeaService::Criterion

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

Returns a new instance of Criterion.



1276
1277
1278
1279
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1276

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.



1274
1275
1276
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1274

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



1273
1274
1275
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1273

def id
  @id
end