Class: AdWords::V201003::TargetingIdeaService::Vertical
- Defined in:
- lib/adwords4r/v201003/TargetingIdeaService.rb
Overview
Vertical
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
path - SOAP::SOAPString
Instance Attribute Summary collapse
-
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(id = nil, criterion_Type = nil, path = []) ⇒ Vertical
constructor
A new instance of Vertical.
Constructor Details
#initialize(id = nil, criterion_Type = nil, path = []) ⇒ Vertical
Returns a new instance of Vertical.
1326 1327 1328 1329 1330 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1326 def initialize(id = nil, criterion_Type = nil, path = []) @id = id @criterion_Type = criterion_Type @path = path end |
Instance Attribute Details
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
1323 1324 1325 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1323 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
1322 1323 1324 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1322 def id @id end |
#path ⇒ Object
Returns the value of attribute path.
1324 1325 1326 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1324 def path @path end |