Class: AdWords::V201008::TargetingIdeaService::CriterionUserInterest
- Inherits:
-
Criterion
- Object
- Criterion
- AdWords::V201008::TargetingIdeaService::CriterionUserInterest
- 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
-
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#userInterestId ⇒ Object
Returns the value of attribute userInterestId.
-
#userInterestName ⇒ Object
Returns the value of attribute userInterestName.
Instance Method Summary collapse
-
#initialize(id = nil, criterion_Type = nil, userInterestId = nil, userInterestName = nil) ⇒ CriterionUserInterest
constructor
A new instance of CriterionUserInterest.
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_Type ⇒ Object
Returns the value of attribute criterion_Type.
1372 1373 1374 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1372 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
1371 1372 1373 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1371 def id @id end |
#userInterestId ⇒ Object
Returns the value of attribute userInterestId.
1373 1374 1375 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1373 def userInterestId @userInterestId end |
#userInterestName ⇒ Object
Returns the value of attribute userInterestName.
1374 1375 1376 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1374 def userInterestName @userInterestName end |