Class: AdwordsApi::V201008::CampaignCriterionService::CriterionUserInterest

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

Overview

CriterionUserInterest

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

  • userInterestId - SOAP::SOAPLong

  • userInterestName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, criterion_Type = nil, userInterestId = nil, userInterestName = nil) ⇒ CriterionUserInterest

Returns a new instance of CriterionUserInterest.



759
760
761
762
763
764
# File 'lib/adwords_api/v201008/CampaignCriterionService.rb', line 759

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

Instance Attribute Details

#criterion_TypeObject

Returns the value of attribute criterion_Type.



755
756
757
# File 'lib/adwords_api/v201008/CampaignCriterionService.rb', line 755

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



754
755
756
# File 'lib/adwords_api/v201008/CampaignCriterionService.rb', line 754

def id
  @id
end

#userInterestIdObject

Returns the value of attribute userInterestId.



756
757
758
# File 'lib/adwords_api/v201008/CampaignCriterionService.rb', line 756

def userInterestId
  @userInterestId
end

#userInterestNameObject

Returns the value of attribute userInterestName.



757
758
759
# File 'lib/adwords_api/v201008/CampaignCriterionService.rb', line 757

def userInterestName
  @userInterestName
end