Class: AdWords::V201003::TargetingIdeaService::Criterion
- Inherits:
-
Object
- Object
- AdWords::V201003::TargetingIdeaService::Criterion
- Defined in:
- lib/adwords4r/v201003/TargetingIdeaService.rb
Overview
Criterion
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
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.
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_Type ⇒ Object
Returns the value of attribute criterion_Type.
1274 1275 1276 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1274 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
1273 1274 1275 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1273 def id @id end |