Class: AdwordsApi::V201101::UserListService::LogicalUserList

Inherits:
UserList
  • Object
show all
Defined in:
lib/adwords_api/v201101/UserListService.rb

Overview

LogicalUserList

  • id - SOAP::SOAPLong

  • isReadOnly - SOAP::SOAPBoolean

  • name - SOAP::SOAPString

  • description - SOAP::SOAPString

  • status - AdwordsApi::V201101::UserListService::UserListMembershipStatus

  • accessReason - AdwordsApi::V201101::UserListService::AccessReason

  • accountUserListStatus - AdwordsApi::V201101::UserListService::AccountUserListStatus

  • membershipLifeSpan - SOAP::SOAPLong

  • size - SOAP::SOAPLong

  • sizeRange - AdwordsApi::V201101::UserListService::SizeRange

  • type - AdwordsApi::V201101::UserListService::UserListType

  • userList_Type - SOAP::SOAPString

  • rules - AdwordsApi::V201101::UserListService::UserListLogicalRule

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, isReadOnly = nil, name = nil, description = nil, status = nil, accessReason = nil, accountUserListStatus = nil, membershipLifeSpan = nil, size = nil, sizeRange = nil, type = nil, userList_Type = nil, rules = []) ⇒ LogicalUserList

Returns a new instance of LogicalUserList.



828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
# File 'lib/adwords_api/v201101/UserListService.rb', line 828

def initialize(id = nil, isReadOnly = nil, name = nil, description = nil, status = nil, accessReason = nil, accountUserListStatus = nil, membershipLifeSpan = nil, size = nil, sizeRange = nil, type = nil, userList_Type = nil, rules = [])
  @id = id
  @isReadOnly = isReadOnly
  @name = name
  @description = description
  @status = status
  @accessReason = accessReason
  @accountUserListStatus = accountUserListStatus
  @membershipLifeSpan = membershipLifeSpan
  @size = size
  @sizeRange = sizeRange
  @type = type
  @userList_Type = userList_Type
  @rules = rules
end

Instance Attribute Details

#accessReasonObject

Returns the value of attribute accessReason.



819
820
821
# File 'lib/adwords_api/v201101/UserListService.rb', line 819

def accessReason
  @accessReason
end

#accountUserListStatusObject

Returns the value of attribute accountUserListStatus.



820
821
822
# File 'lib/adwords_api/v201101/UserListService.rb', line 820

def accountUserListStatus
  @accountUserListStatus
end

#descriptionObject

Returns the value of attribute description.



817
818
819
# File 'lib/adwords_api/v201101/UserListService.rb', line 817

def description
  @description
end

#idObject

Returns the value of attribute id.



814
815
816
# File 'lib/adwords_api/v201101/UserListService.rb', line 814

def id
  @id
end

#isReadOnlyObject

Returns the value of attribute isReadOnly.



815
816
817
# File 'lib/adwords_api/v201101/UserListService.rb', line 815

def isReadOnly
  @isReadOnly
end

#membershipLifeSpanObject

Returns the value of attribute membershipLifeSpan.



821
822
823
# File 'lib/adwords_api/v201101/UserListService.rb', line 821

def membershipLifeSpan
  @membershipLifeSpan
end

#nameObject

Returns the value of attribute name.



816
817
818
# File 'lib/adwords_api/v201101/UserListService.rb', line 816

def name
  @name
end

#rulesObject

Returns the value of attribute rules.



826
827
828
# File 'lib/adwords_api/v201101/UserListService.rb', line 826

def rules
  @rules
end

#sizeObject

Returns the value of attribute size.



822
823
824
# File 'lib/adwords_api/v201101/UserListService.rb', line 822

def size
  @size
end

#sizeRangeObject

Returns the value of attribute sizeRange.



823
824
825
# File 'lib/adwords_api/v201101/UserListService.rb', line 823

def sizeRange
  @sizeRange
end

#statusObject

Returns the value of attribute status.



818
819
820
# File 'lib/adwords_api/v201101/UserListService.rb', line 818

def status
  @status
end

#typeObject

Returns the value of attribute type.



824
825
826
# File 'lib/adwords_api/v201101/UserListService.rb', line 824

def type
  @type
end

#userList_TypeObject

Returns the value of attribute userList_Type.



825
826
827
# File 'lib/adwords_api/v201101/UserListService.rb', line 825

def userList_Type
  @userList_Type
end