Class: AdWords::V200909::AdGroupCriterionService::Criterion
- Inherits:
-
Object
- Object
- AdWords::V200909::AdGroupCriterionService::Criterion
- Defined in:
- lib/adwords4r/v200909/AdGroupCriterionService.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.
939 940 941 942 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 939 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.
937 938 939 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 937 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
936 937 938 |
# File 'lib/adwords4r/v200909/AdGroupCriterionService.rb', line 936 def id @id end |