Class: Postal::Lmapi::MemberStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::MemberStruct
- 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
-
#additional ⇒ Object
Returns the value of attribute additional.
-
#approvalNeeded ⇒ Object
Returns the value of attribute approvalNeeded.
-
#canApprovePending ⇒ Object
Returns the value of attribute canApprovePending.
-
#cleanAuto ⇒ Object
Returns the value of attribute cleanAuto.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#dateBounce ⇒ Object
Returns the value of attribute dateBounce.
-
#dateConfirm ⇒ Object
Returns the value of attribute dateConfirm.
-
#dateHeld ⇒ Object
Returns the value of attribute dateHeld.
-
#dateJoined ⇒ Object
Returns the value of attribute dateJoined.
-
#dateUnsubscribed ⇒ Object
Returns the value of attribute dateUnsubscribed.
-
#demographics ⇒ Object
Returns the value of attribute demographics.
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#expireDate ⇒ Object
Returns the value of attribute expireDate.
-
#fullName ⇒ Object
Returns the value of attribute fullName.
-
#isListAdmin ⇒ Object
Returns the value of attribute isListAdmin.
-
#listName ⇒ Object
Returns the value of attribute listName.
-
#mailFormat ⇒ Object
Returns the value of attribute mailFormat.
-
#memberID ⇒ Object
Returns the value of attribute memberID.
-
#membershipKind ⇒ Object
Returns the value of attribute membershipKind.
-
#memberStatus ⇒ Object
Returns the value of attribute memberStatus.
-
#noRepro ⇒ Object
Returns the value of attribute noRepro.
-
#notifyError ⇒ Object
Returns the value of attribute notifyError.
-
#notifySubmission ⇒ Object
Returns the value of attribute notifySubmission.
-
#numApprovalsNeeded ⇒ Object
Returns the value of attribute numApprovalsNeeded.
-
#numberOfBounces ⇒ Object
Returns the value of attribute numberOfBounces.
-
#password ⇒ Object
Returns the value of attribute password.
-
#readsHtml ⇒ Object
Returns the value of attribute readsHtml.
-
#receiveAcknowlegment ⇒ Object
Returns the value of attribute receiveAcknowlegment.
-
#receiveAdminEmail ⇒ Object
Returns the value of attribute receiveAdminEmail.
-
#userID ⇒ Object
Returns the value of attribute userID.
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
#additional ⇒ Object
Returns the value of attribute additional.
191 192 193 |
# File 'lib/postal/lmapi/lmapi.rb', line 191 def additional @additional end |
#approvalNeeded ⇒ Object
Returns the value of attribute approvalNeeded.
193 194 195 |
# File 'lib/postal/lmapi/lmapi.rb', line 193 def approvalNeeded @approvalNeeded end |
#canApprovePending ⇒ Object
Returns the value of attribute canApprovePending.
217 218 219 |
# File 'lib/postal/lmapi/lmapi.rb', line 217 def canApprovePending @canApprovePending end |
#cleanAuto ⇒ Object
Returns the value of attribute cleanAuto.
218 219 220 |
# File 'lib/postal/lmapi/lmapi.rb', line 218 def cleanAuto @cleanAuto end |
#comment ⇒ Object
Returns the value of attribute comment.
197 198 199 |
# File 'lib/postal/lmapi/lmapi.rb', line 197 def comment @comment end |
#dateBounce ⇒ Object
Returns the value of attribute dateBounce.
213 214 215 |
# File 'lib/postal/lmapi/lmapi.rb', line 213 def dateBounce @dateBounce end |
#dateConfirm ⇒ Object
Returns the value of attribute dateConfirm.
202 203 204 |
# File 'lib/postal/lmapi/lmapi.rb', line 202 def dateConfirm @dateConfirm end |
#dateHeld ⇒ Object
Returns the value of attribute dateHeld.
214 215 216 |
# File 'lib/postal/lmapi/lmapi.rb', line 214 def dateHeld @dateHeld end |
#dateJoined ⇒ Object
Returns the value of attribute dateJoined.
210 211 212 |
# File 'lib/postal/lmapi/lmapi.rb', line 210 def dateJoined @dateJoined end |
#dateUnsubscribed ⇒ Object
Returns the value of attribute dateUnsubscribed.
220 221 222 |
# File 'lib/postal/lmapi/lmapi.rb', line 220 def dateUnsubscribed @dateUnsubscribed end |
#demographics ⇒ Object
Returns the value of attribute demographics.
208 209 210 |
# File 'lib/postal/lmapi/lmapi.rb', line 208 def demographics @demographics end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
209 210 211 |
# File 'lib/postal/lmapi/lmapi.rb', line 209 def emailAddress @emailAddress end |
#expireDate ⇒ Object
Returns the value of attribute expireDate.
196 197 198 |
# File 'lib/postal/lmapi/lmapi.rb', line 196 def expireDate @expireDate end |
#fullName ⇒ Object
Returns the value of attribute fullName.
216 217 218 |
# File 'lib/postal/lmapi/lmapi.rb', line 216 def fullName @fullName end |
#isListAdmin ⇒ Object
Returns the value of attribute isListAdmin.
211 212 213 |
# File 'lib/postal/lmapi/lmapi.rb', line 211 def isListAdmin @isListAdmin end |
#listName ⇒ Object
Returns the value of attribute listName.
219 220 221 |
# File 'lib/postal/lmapi/lmapi.rb', line 219 def listName @listName end |
#mailFormat ⇒ Object
Returns the value of attribute mailFormat.
201 202 203 |
# File 'lib/postal/lmapi/lmapi.rb', line 201 def mailFormat @mailFormat end |
#memberID ⇒ Object
Returns the value of attribute memberID.
207 208 209 |
# File 'lib/postal/lmapi/lmapi.rb', line 207 def memberID @memberID end |
#membershipKind ⇒ Object
Returns the value of attribute membershipKind.
192 193 194 |
# File 'lib/postal/lmapi/lmapi.rb', line 192 def membershipKind @membershipKind end |
#memberStatus ⇒ Object
Returns the value of attribute memberStatus.
215 216 217 |
# File 'lib/postal/lmapi/lmapi.rb', line 215 def memberStatus @memberStatus end |
#noRepro ⇒ Object
Returns the value of attribute noRepro.
206 207 208 |
# File 'lib/postal/lmapi/lmapi.rb', line 206 def noRepro @noRepro end |
#notifyError ⇒ Object
Returns the value of attribute notifyError.
195 196 197 |
# File 'lib/postal/lmapi/lmapi.rb', line 195 def notifyError @notifyError end |
#notifySubmission ⇒ Object
Returns the value of attribute notifySubmission.
205 206 207 |
# File 'lib/postal/lmapi/lmapi.rb', line 205 def notifySubmission @notifySubmission end |
#numApprovalsNeeded ⇒ Object
Returns the value of attribute numApprovalsNeeded.
204 205 206 |
# File 'lib/postal/lmapi/lmapi.rb', line 204 def numApprovalsNeeded @numApprovalsNeeded end |
#numberOfBounces ⇒ Object
Returns the value of attribute numberOfBounces.
203 204 205 |
# File 'lib/postal/lmapi/lmapi.rb', line 203 def numberOfBounces @numberOfBounces end |
#password ⇒ Object
Returns the value of attribute password.
194 195 196 |
# File 'lib/postal/lmapi/lmapi.rb', line 194 def password @password end |
#readsHtml ⇒ Object
Returns the value of attribute readsHtml.
199 200 201 |
# File 'lib/postal/lmapi/lmapi.rb', line 199 def readsHtml @readsHtml end |
#receiveAcknowlegment ⇒ Object
Returns the value of attribute receiveAcknowlegment.
212 213 214 |
# File 'lib/postal/lmapi/lmapi.rb', line 212 def receiveAcknowlegment @receiveAcknowlegment end |
#receiveAdminEmail ⇒ Object
Returns the value of attribute receiveAdminEmail.
200 201 202 |
# File 'lib/postal/lmapi/lmapi.rb', line 200 def receiveAdminEmail @receiveAdminEmail end |
#userID ⇒ Object
Returns the value of attribute userID.
198 199 200 |
# File 'lib/postal/lmapi/lmapi.rb', line 198 def userID @userID end |