Class: AdWords::V201008::TrafficEstimatorService::Vertical

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



1248
1249
1250
1251
1252
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1248

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.



1245
1246
1247
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1245

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



1244
1245
1246
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1244

def id
  @id
end

#pathObject

Returns the value of attribute path.



1246
1247
1248
# File 'lib/adwords4r/v201008/TrafficEstimatorService.rb', line 1246

def path
  @path
end