Class: AdWords::V201008::UserListService::UserInterest
- Inherits:
-
Object
- Object
- AdWords::V201008::UserListService::UserInterest
- Defined in:
- lib/adwords4r/v201008/UserListService.rb
Overview
UserInterest
-
id - SOAP::SOAPLong
-
name - SOAP::SOAPString
-
sizeRange - AdWords::V201008::UserListService::SizeRange
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sizeRange ⇒ Object
Returns the value of attribute sizeRange.
Instance Method Summary collapse
-
#initialize(id = nil, name = nil, sizeRange = nil) ⇒ UserInterest
constructor
A new instance of UserInterest.
Constructor Details
#initialize(id = nil, name = nil, sizeRange = nil) ⇒ UserInterest
Returns a new instance of UserInterest.
457 458 459 460 461 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 457 def initialize(id = nil, name = nil, sizeRange = nil) @id = id @name = name @sizeRange = sizeRange end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
453 454 455 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 453 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
454 455 456 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 454 def name @name end |
#sizeRange ⇒ Object
Returns the value of attribute sizeRange.
455 456 457 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 455 def sizeRange @sizeRange end |