Class: AdWords::V201003::BulkMutateJobService::Criterion
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::Criterion
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.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.
2568 2569 2570 2571 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2568 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.
2566 2567 2568 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2566 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
2565 2566 2567 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2565 def id @id end |