Class: AdWords::V201008::BulkMutateJobService::Product
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
Product
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
conditions - AdWords::V201008::BulkMutateJobService::ProductCondition
-
text - SOAP::SOAPString
Instance Attribute Summary collapse
-
#conditions ⇒ Object
Returns the value of attribute conditions.
-
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(id = nil, criterion_Type = nil, conditions = [], text = nil) ⇒ Product
constructor
A new instance of Product.
Constructor Details
#initialize(id = nil, criterion_Type = nil, conditions = [], text = nil) ⇒ Product
Returns a new instance of Product.
2971 2972 2973 2974 2975 2976 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2971 def initialize(id = nil, criterion_Type = nil, conditions = [], text = nil) @id = id @criterion_Type = criterion_Type @conditions = conditions @text = text end |
Instance Attribute Details
#conditions ⇒ Object
Returns the value of attribute conditions.
2968 2969 2970 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2968 def conditions @conditions end |
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
2967 2968 2969 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2967 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
2966 2967 2968 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2966 def id @id end |
#text ⇒ Object
Returns the value of attribute text.
2969 2970 2971 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2969 def text @text end |