Class: AdWords::V201008::TargetingIdeaService::CriterionUserInterest

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



1376
1377
1378
1379
1380
1381
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1376

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.



1372
1373
1374
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1372

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



1371
1372
1373
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1371

def id
  @id
end

#userInterestIdObject

Returns the value of attribute userInterestId.



1373
1374
1375
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1373

def userInterestId
  @userInterestId
end

#userInterestNameObject

Returns the value of attribute userInterestName.



1374
1375
1376
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1374

def userInterestName
  @userInterestName
end