Class: AdwordsApi::V201101::TrafficEstimatorService::Criterion

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/TrafficEstimatorService.rb

Overview

Criterion

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, criterion_Type = nil) ⇒ Criterion

Returns a new instance of Criterion.



820
821
822
823
# File 'lib/adwords_api/v201101/TrafficEstimatorService.rb', line 820

def initialize(id = nil, criterion_Type = nil)
  @id = id
  @criterion_Type = criterion_Type
end

Instance Attribute Details

#criterion_TypeObject

Returns the value of attribute criterion_Type.



818
819
820
# File 'lib/adwords_api/v201101/TrafficEstimatorService.rb', line 818

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



817
818
819
# File 'lib/adwords_api/v201101/TrafficEstimatorService.rb', line 817

def id
  @id
end