Class: Postal::Lmapi::MemberStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/postal/lmapi/lmapi.rb

Overview

http://tempuri.org/ns1.xsdMemberStruct

additional - SOAP::SOAPString
membershipKind - MemberKindEnum
approvalNeeded - SOAP::SOAPBoolean
password - SOAP::SOAPString
notifyError - SOAP::SOAPBoolean
expireDate - SOAP::SOAPDateTime
comment - SOAP::SOAPString
userID - SOAP::SOAPString
readsHtml - SOAP::SOAPBoolean
receiveAdminEmail - SOAP::SOAPBoolean
mailFormat - MailFormatEnum
dateConfirm - SOAP::SOAPDateTime
numberOfBounces - SOAP::SOAPInt
numApprovalsNeeded - SOAP::SOAPInt
notifySubmission - SOAP::SOAPBoolean
noRepro - SOAP::SOAPBoolean
memberID - SOAP::SOAPInt
demographics - ArrayOfKeyValueType
emailAddress - SOAP::SOAPString
dateJoined - SOAP::SOAPDateTime
isListAdmin - SOAP::SOAPBoolean
receiveAcknowlegment - SOAP::SOAPBoolean
dateBounce - SOAP::SOAPDateTime
dateHeld - SOAP::SOAPDateTime
memberStatus - MemberStatusEnum
fullName - SOAP::SOAPString
canApprovePending - SOAP::SOAPBoolean
cleanAuto - SOAP::SOAPBoolean
listName - SOAP::SOAPString
dateUnsubscribed - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(additional = nil, membershipKind = nil, approvalNeeded = nil, password = nil, notifyError = nil, expireDate = nil, comment = nil, userID = nil, readsHtml = nil, receiveAdminEmail = nil, mailFormat = nil, dateConfirm = nil, numberOfBounces = nil, numApprovalsNeeded = nil, notifySubmission = nil, noRepro = nil, memberID = nil, demographics = nil, emailAddress = nil, dateJoined = nil, isListAdmin = nil, receiveAcknowlegment = nil, dateBounce = nil, dateHeld = nil, memberStatus = nil, fullName = nil, canApprovePending = nil, cleanAuto = nil, listName = nil, dateUnsubscribed = nil) ⇒ MemberStruct



222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
# File 'lib/postal/lmapi/lmapi.rb', line 222

def initialize(additional = nil, membershipKind = nil, approvalNeeded = nil, password = nil, notifyError = nil, expireDate = nil, comment = nil, userID = nil, readsHtml = nil, receiveAdminEmail = nil, mailFormat = nil, dateConfirm = nil, numberOfBounces = nil, numApprovalsNeeded = nil, notifySubmission = nil, noRepro = nil, memberID = nil, demographics = nil, emailAddress = nil, dateJoined = nil, isListAdmin = nil, receiveAcknowlegment = nil, dateBounce = nil, dateHeld = nil, memberStatus = nil, fullName = nil, canApprovePending = nil, cleanAuto = nil, listName = nil, dateUnsubscribed = nil)
  @additional = additional
  @membershipKind = membershipKind
  @approvalNeeded = approvalNeeded
  @password = password
  @notifyError = notifyError
  @expireDate = expireDate
  @comment = comment
  @userID = userID
  @readsHtml = readsHtml
  @receiveAdminEmail = receiveAdminEmail
  @mailFormat = mailFormat
  @dateConfirm = dateConfirm
  @numberOfBounces = numberOfBounces
  @numApprovalsNeeded = numApprovalsNeeded
  @notifySubmission = notifySubmission
  @noRepro = noRepro
  @memberID = memberID
  @demographics = demographics
  @emailAddress = emailAddress
  @dateJoined = dateJoined
  @isListAdmin = isListAdmin
  @receiveAcknowlegment = receiveAcknowlegment
  @dateBounce = dateBounce
  @dateHeld = dateHeld
  @memberStatus = memberStatus
  @fullName = fullName
  @canApprovePending = canApprovePending
  @cleanAuto = cleanAuto
  @listName = listName
  @dateUnsubscribed = dateUnsubscribed
end

Instance Attribute Details

#additionalObject

Returns the value of attribute additional.



191
192
193
# File 'lib/postal/lmapi/lmapi.rb', line 191

def additional
  @additional
end

#approvalNeededObject

Returns the value of attribute approvalNeeded.



193
194
195
# File 'lib/postal/lmapi/lmapi.rb', line 193

def approvalNeeded
  @approvalNeeded
end

#canApprovePendingObject

Returns the value of attribute canApprovePending.



217
218
219
# File 'lib/postal/lmapi/lmapi.rb', line 217

def canApprovePending
  @canApprovePending
end

#cleanAutoObject

Returns the value of attribute cleanAuto.



218
219
220
# File 'lib/postal/lmapi/lmapi.rb', line 218

def cleanAuto
  @cleanAuto
end

#commentObject

Returns the value of attribute comment.



197
198
199
# File 'lib/postal/lmapi/lmapi.rb', line 197

def comment
  @comment
end

#dateBounceObject

Returns the value of attribute dateBounce.



213
214
215
# File 'lib/postal/lmapi/lmapi.rb', line 213

def dateBounce
  @dateBounce
end

#dateConfirmObject

Returns the value of attribute dateConfirm.



202
203
204
# File 'lib/postal/lmapi/lmapi.rb', line 202

def dateConfirm
  @dateConfirm
end

#dateHeldObject

Returns the value of attribute dateHeld.



214
215
216
# File 'lib/postal/lmapi/lmapi.rb', line 214

def dateHeld
  @dateHeld
end

#dateJoinedObject

Returns the value of attribute dateJoined.



210
211
212
# File 'lib/postal/lmapi/lmapi.rb', line 210

def dateJoined
  @dateJoined
end

#dateUnsubscribedObject

Returns the value of attribute dateUnsubscribed.



220
221
222
# File 'lib/postal/lmapi/lmapi.rb', line 220

def dateUnsubscribed
  @dateUnsubscribed
end

#demographicsObject

Returns the value of attribute demographics.



208
209
210
# File 'lib/postal/lmapi/lmapi.rb', line 208

def demographics
  @demographics
end

#emailAddressObject

Returns the value of attribute emailAddress.



209
210
211
# File 'lib/postal/lmapi/lmapi.rb', line 209

def emailAddress
  @emailAddress
end

#expireDateObject

Returns the value of attribute expireDate.



196
197
198
# File 'lib/postal/lmapi/lmapi.rb', line 196

def expireDate
  @expireDate
end

#fullNameObject

Returns the value of attribute fullName.



216
217
218
# File 'lib/postal/lmapi/lmapi.rb', line 216

def fullName
  @fullName
end

#isListAdminObject

Returns the value of attribute isListAdmin.



211
212
213
# File 'lib/postal/lmapi/lmapi.rb', line 211

def isListAdmin
  @isListAdmin
end

#listNameObject

Returns the value of attribute listName.



219
220
221
# File 'lib/postal/lmapi/lmapi.rb', line 219

def listName
  @listName
end

#mailFormatObject

Returns the value of attribute mailFormat.



201
202
203
# File 'lib/postal/lmapi/lmapi.rb', line 201

def mailFormat
  @mailFormat
end

#memberIDObject

Returns the value of attribute memberID.



207
208
209
# File 'lib/postal/lmapi/lmapi.rb', line 207

def memberID
  @memberID
end

#membershipKindObject

Returns the value of attribute membershipKind.



192
193
194
# File 'lib/postal/lmapi/lmapi.rb', line 192

def membershipKind
  @membershipKind
end

#memberStatusObject

Returns the value of attribute memberStatus.



215
216
217
# File 'lib/postal/lmapi/lmapi.rb', line 215

def memberStatus
  @memberStatus
end

#noReproObject

Returns the value of attribute noRepro.



206
207
208
# File 'lib/postal/lmapi/lmapi.rb', line 206

def noRepro
  @noRepro
end

#notifyErrorObject

Returns the value of attribute notifyError.



195
196
197
# File 'lib/postal/lmapi/lmapi.rb', line 195

def notifyError
  @notifyError
end

#notifySubmissionObject

Returns the value of attribute notifySubmission.



205
206
207
# File 'lib/postal/lmapi/lmapi.rb', line 205

def notifySubmission
  @notifySubmission
end

#numApprovalsNeededObject

Returns the value of attribute numApprovalsNeeded.



204
205
206
# File 'lib/postal/lmapi/lmapi.rb', line 204

def numApprovalsNeeded
  @numApprovalsNeeded
end

#numberOfBouncesObject

Returns the value of attribute numberOfBounces.



203
204
205
# File 'lib/postal/lmapi/lmapi.rb', line 203

def numberOfBounces
  @numberOfBounces
end

#passwordObject

Returns the value of attribute password.



194
195
196
# File 'lib/postal/lmapi/lmapi.rb', line 194

def password
  @password
end

#readsHtmlObject

Returns the value of attribute readsHtml.



199
200
201
# File 'lib/postal/lmapi/lmapi.rb', line 199

def readsHtml
  @readsHtml
end

#receiveAcknowlegmentObject

Returns the value of attribute receiveAcknowlegment.



212
213
214
# File 'lib/postal/lmapi/lmapi.rb', line 212

def receiveAcknowlegment
  @receiveAcknowlegment
end

#receiveAdminEmailObject

Returns the value of attribute receiveAdminEmail.



200
201
202
# File 'lib/postal/lmapi/lmapi.rb', line 200

def receiveAdminEmail
  @receiveAdminEmail
end

#userIDObject

Returns the value of attribute userID.



198
199
200
# File 'lib/postal/lmapi/lmapi.rb', line 198

def userID
  @userID
end