Class: AdwordsApi::V201008::TargetingIdeaService::Vertical

Inherits:
Criterion
  • Object
show all
Defined in:
lib/adwords_api/v201008/TargetingIdeaService.rb

Overview

Vertical

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

  • path - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, criterion_Type = nil, path = []) ⇒ Vertical

Returns a new instance of Vertical.



1022
1023
1024
1025
1026
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1022

def initialize(id = nil, criterion_Type = nil, path = [])
  @id = id
  @criterion_Type = criterion_Type
  @path = path
end

Instance Attribute Details

#criterion_TypeObject

Returns the value of attribute criterion_Type.



1019
1020
1021
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1019

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



1018
1019
1020
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1018

def id
  @id
end

#pathObject

Returns the value of attribute path.



1020
1021
1022
# File 'lib/adwords_api/v201008/TargetingIdeaService.rb', line 1020

def path
  @path
end