Class: AdWords::V201008::TargetingIdeaService::Criterion
- Inherits:
-
Object
- Object
- AdWords::V201008::TargetingIdeaService::Criterion
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
Criterion
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, criterion_Type = nil) ⇒ Criterion
constructor
A new instance of Criterion.
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_Type ⇒ Object
Returns the value of attribute criterion_Type.
1322 1323 1324 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1322 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
1321 1322 1323 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1321 def id @id end |