Class: AdWords::V201003::CampaignCriterionService::Vertical

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



751
752
753
754
755
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 751

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.



748
749
750
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 748

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



747
748
749
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 747

def id
  @id
end

#pathObject

Returns the value of attribute path.



749
750
751
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 749

def path
  @path
end