Class: AdWords::V201008::BulkMutateJobService::Placement
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
Placement
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
url - SOAP::SOAPString
Instance Attribute Summary collapse
-
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(id = nil, criterion_Type = nil, url = nil) ⇒ Placement
constructor
A new instance of Placement.
Constructor Details
#initialize(id = nil, criterion_Type = nil, url = nil) ⇒ Placement
Returns a new instance of Placement.
2953 2954 2955 2956 2957 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2953 def initialize(id = nil, criterion_Type = nil, url = nil) @id = id @criterion_Type = criterion_Type @url = url end |
Instance Attribute Details
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
2950 2951 2952 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2950 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
2949 2950 2951 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2949 def id @id end |
#url ⇒ Object
Returns the value of attribute url.
2951 2952 2953 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 2951 def url @url end |