Class: AdWords::V201008::BulkMutateJobService::Vertical

Inherits:
Criterion
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.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.



3013
3014
3015
3016
3017
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3013

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.



3010
3011
3012
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3010

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



3009
3010
3011
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3009

def id
  @id
end

#pathObject

Returns the value of attribute path.



3011
3012
3013
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3011

def path
  @path
end