Class: AdWords::V201008::UserListService::LogicalUserList
- Defined in:
- lib/adwords4r/v201008/UserListService.rb
Overview
LogicalUserList
-
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
-
rules - AdWords::V201008::UserListService::UserListLogicalRule
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.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#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, rules = []) ⇒ LogicalUserList
constructor
A new instance of LogicalUserList.
Constructor Details
#initialize(id = nil, isReadOnly = nil, name = nil, description = nil, status = nil, membershipLifeSpan = nil, size = nil, sizeRange = nil, type = nil, userList_Type = nil, rules = []) ⇒ LogicalUserList
Returns a new instance of LogicalUserList.
564 565 566 567 568 569 570 571 572 573 574 575 576 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 564 def initialize(id = nil, isReadOnly = nil, name = nil, description = nil, status = nil, membershipLifeSpan = nil, size = nil, sizeRange = nil, type = nil, userList_Type = nil, rules = []) @id = id @isReadOnly = isReadOnly @name = name @description = description @status = status @membershipLifeSpan = membershipLifeSpan @size = size @sizeRange = sizeRange @type = type @userList_Type = userList_Type @rules = rules end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
555 556 557 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 555 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
552 553 554 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 552 def id @id end |
#isReadOnly ⇒ Object
Returns the value of attribute isReadOnly.
553 554 555 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 553 def isReadOnly @isReadOnly end |
#membershipLifeSpan ⇒ Object
Returns the value of attribute membershipLifeSpan.
557 558 559 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 557 def membershipLifeSpan @membershipLifeSpan end |
#name ⇒ Object
Returns the value of attribute name.
554 555 556 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 554 def name @name end |
#rules ⇒ Object
Returns the value of attribute rules.
562 563 564 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 562 def rules @rules end |
#size ⇒ Object
Returns the value of attribute size.
558 559 560 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 558 def size @size end |
#sizeRange ⇒ Object
Returns the value of attribute sizeRange.
559 560 561 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 559 def sizeRange @sizeRange end |
#status ⇒ Object
Returns the value of attribute status.
556 557 558 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 556 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
560 561 562 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 560 def type @type end |
#userList_Type ⇒ Object
Returns the value of attribute userList_Type.
561 562 563 |
# File 'lib/adwords4r/v201008/UserListService.rb', line 561 def userList_Type @userList_Type end |