Class: AdWords::V201008::UserListService::UserList
- Inherits:
-
Object
- Object
- AdWords::V201008::UserListService::UserList
- Defined in:
- lib/adwords4r/v201008/UserListService.rb
Overview
UserList abstract
-
id - SOAP::SOAPLong
-
isReadOnly - SOAP::SOAPBoolean
-
name - SOAP::SOAPString
-
description - SOAP::SOAPString
-
status - AdWords::V201008::UserListService::UserListMembershipStatus
-
membershipLifeSpan - SOAP::SOAPLong
-
size - SOAP::SOAPLong
-
sizeRange - AdWords::V201008::UserListService::SizeRange
-
type - AdWords::V201008::UserListService::UserListType
-
userList_Type - SOAP::SOAPString
Direct Known Subclasses
ExternalRemarketingUserList, LogicalUserList, RemarketingUserList
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isReadOnly ⇒ Object
Returns the value of attribute isReadOnly.
-
#membershipLifeSpan ⇒ Object
Returns the value of attribute membershipLifeSpan.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
-
#sizeRange ⇒ Object
Returns the value of attribute sizeRange.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
-
#userList_Type ⇒ Object
Returns the value of attribute userList_Type.
Instance Method Summary collapse
-
#initialize(id = nil, isReadOnly = nil, name = nil, description = nil, status = nil, membershipLifeSpan = nil, size = nil, sizeRange = nil, type = nil, userList_Type = nil) ⇒ UserList
constructor
A new instance of UserList.
Constructor Details
#initialize(id = nil, isReadOnly = nil, name = nil, description = nil, status = nil, membershipLifeSpan = nil, size = nil, sizeRange = nil, type = nil, userList_Type = nil) ⇒ UserList
Returns a new instance of UserList.
488 489 490 491 492 493 494 495 496 497 498 499 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 488 def initialize(id = nil, isReadOnly = nil, name = nil, description = nil, status = nil, membershipLifeSpan = nil, size = nil, sizeRange = nil, type = nil, userList_Type = nil) @id = id @isReadOnly = isReadOnly @name = name @description = description @status = status @membershipLifeSpan = membershipLifeSpan @size = size @sizeRange = sizeRange @type = type @userList_Type = userList_Type end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
480 481 482 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 480 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
477 478 479 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 477 def id @id end |
#isReadOnly ⇒ Object
Returns the value of attribute isReadOnly.
478 479 480 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 478 def isReadOnly @isReadOnly end |
#membershipLifeSpan ⇒ Object
Returns the value of attribute membershipLifeSpan.
482 483 484 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 482 def membershipLifeSpan @membershipLifeSpan end |
#name ⇒ Object
Returns the value of attribute name.
479 480 481 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 479 def name @name end |
#size ⇒ Object
Returns the value of attribute size.
483 484 485 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 483 def size @size end |
#sizeRange ⇒ Object
Returns the value of attribute sizeRange.
484 485 486 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 484 def sizeRange @sizeRange end |
#status ⇒ Object
Returns the value of attribute status.
481 482 483 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 481 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
485 486 487 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 485 def type @type end |
#userList_Type ⇒ Object
Returns the value of attribute userList_Type.
486 487 488 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 486 def userList_Type @userList_Type end |