Class: Postal::Lmapi::TrackingSummaryStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::TrackingSummaryStruct
- Defined in:
- lib/postal/lmapi/lmapi.rb
Overview
http://tempuri.org/ns1.xsdTrackingSummaryStruct
transientFailure - SOAP::SOAPInt
success - SOAP::SOAPInt
expired - SOAP::SOAPInt
paused - SOAP::SOAPInt
mailMergeSkipped - SOAP::SOAPInt
active - SOAP::SOAPInt
opens - SOAP::SOAPInt
created - SOAP::SOAPDateTime
notAttempted - SOAP::SOAPInt
clickthroughs - SOAP::SOAPInt
title - SOAP::SOAPString
totalRecipients - SOAP::SOAPInt
permanentFailure - SOAP::SOAPInt
totalUndelivered - SOAP::SOAPInt
mailMergeAbort - SOAP::SOAPInt
uniqueOpens - SOAP::SOAPInt
clickstreams - SOAP::SOAPInt
pending - SOAP::SOAPInt
urls - ArrayOfUrlTrackingStruct
mailingID - SOAP::SOAPInt
m_retry - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#clickstreams ⇒ Object
Returns the value of attribute clickstreams.
-
#clickthroughs ⇒ Object
Returns the value of attribute clickthroughs.
-
#created ⇒ Object
Returns the value of attribute created.
-
#expired ⇒ Object
Returns the value of attribute expired.
-
#mailingID ⇒ Object
Returns the value of attribute mailingID.
-
#mailMergeAbort ⇒ Object
Returns the value of attribute mailMergeAbort.
-
#mailMergeSkipped ⇒ Object
Returns the value of attribute mailMergeSkipped.
-
#notAttempted ⇒ Object
Returns the value of attribute notAttempted.
-
#opens ⇒ Object
Returns the value of attribute opens.
-
#paused ⇒ Object
Returns the value of attribute paused.
-
#pending ⇒ Object
Returns the value of attribute pending.
-
#permanentFailure ⇒ Object
Returns the value of attribute permanentFailure.
-
#success ⇒ Object
Returns the value of attribute success.
-
#title ⇒ Object
Returns the value of attribute title.
-
#totalRecipients ⇒ Object
Returns the value of attribute totalRecipients.
-
#totalUndelivered ⇒ Object
Returns the value of attribute totalUndelivered.
-
#transientFailure ⇒ Object
Returns the value of attribute transientFailure.
-
#uniqueOpens ⇒ Object
Returns the value of attribute uniqueOpens.
-
#urls ⇒ Object
Returns the value of attribute urls.
Instance Method Summary collapse
-
#initialize(transientFailure = nil, success = nil, expired = nil, paused = nil, mailMergeSkipped = nil, active = nil, opens = nil, created = nil, notAttempted = nil, clickthroughs = nil, title = nil, totalRecipients = nil, permanentFailure = nil, totalUndelivered = nil, mailMergeAbort = nil, uniqueOpens = nil, clickstreams = nil, pending = nil, urls = nil, mailingID = nil, v_retry = nil) ⇒ TrackingSummaryStruct
constructor
A new instance of TrackingSummaryStruct.
- #m_retry ⇒ Object
- #m_retry=(value) ⇒ Object
Constructor Details
#initialize(transientFailure = nil, success = nil, expired = nil, paused = nil, mailMergeSkipped = nil, active = nil, opens = nil, created = nil, notAttempted = nil, clickthroughs = nil, title = nil, totalRecipients = nil, permanentFailure = nil, totalUndelivered = nil, mailMergeAbort = nil, uniqueOpens = nil, clickstreams = nil, pending = nil, urls = nil, mailingID = nil, v_retry = nil) ⇒ TrackingSummaryStruct
Returns a new instance of TrackingSummaryStruct.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'lib/postal/lmapi/lmapi.rb', line 506 def initialize(transientFailure = nil, success = nil, expired = nil, paused = nil, mailMergeSkipped = nil, active = nil, opens = nil, created = nil, notAttempted = nil, clickthroughs = nil, title = nil, totalRecipients = nil, permanentFailure = nil, totalUndelivered = nil, mailMergeAbort = nil, uniqueOpens = nil, clickstreams = nil, pending = nil, urls = nil, mailingID = nil, v_retry = nil) @transientFailure = transientFailure @success = success @expired = expired @paused = paused @mailMergeSkipped = mailMergeSkipped @active = active @opens = opens @created = created @notAttempted = notAttempted @clickthroughs = clickthroughs @title = title @totalRecipients = totalRecipients @permanentFailure = permanentFailure @totalUndelivered = totalUndelivered @mailMergeAbort = mailMergeAbort @uniqueOpens = uniqueOpens @clickstreams = clickstreams @pending = pending @urls = urls @mailingID = mailingID @v_retry = v_retry end |
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
482 483 484 |
# File 'lib/postal/lmapi/lmapi.rb', line 482 def active @active end |
#clickstreams ⇒ Object
Returns the value of attribute clickstreams.
493 494 495 |
# File 'lib/postal/lmapi/lmapi.rb', line 493 def clickstreams @clickstreams end |
#clickthroughs ⇒ Object
Returns the value of attribute clickthroughs.
486 487 488 |
# File 'lib/postal/lmapi/lmapi.rb', line 486 def clickthroughs @clickthroughs end |
#created ⇒ Object
Returns the value of attribute created.
484 485 486 |
# File 'lib/postal/lmapi/lmapi.rb', line 484 def created @created end |
#expired ⇒ Object
Returns the value of attribute expired.
479 480 481 |
# File 'lib/postal/lmapi/lmapi.rb', line 479 def expired @expired end |
#mailingID ⇒ Object
Returns the value of attribute mailingID.
496 497 498 |
# File 'lib/postal/lmapi/lmapi.rb', line 496 def mailingID @mailingID end |
#mailMergeAbort ⇒ Object
Returns the value of attribute mailMergeAbort.
491 492 493 |
# File 'lib/postal/lmapi/lmapi.rb', line 491 def mailMergeAbort @mailMergeAbort end |
#mailMergeSkipped ⇒ Object
Returns the value of attribute mailMergeSkipped.
481 482 483 |
# File 'lib/postal/lmapi/lmapi.rb', line 481 def mailMergeSkipped @mailMergeSkipped end |
#notAttempted ⇒ Object
Returns the value of attribute notAttempted.
485 486 487 |
# File 'lib/postal/lmapi/lmapi.rb', line 485 def notAttempted @notAttempted end |
#opens ⇒ Object
Returns the value of attribute opens.
483 484 485 |
# File 'lib/postal/lmapi/lmapi.rb', line 483 def opens @opens end |
#paused ⇒ Object
Returns the value of attribute paused.
480 481 482 |
# File 'lib/postal/lmapi/lmapi.rb', line 480 def paused @paused end |
#pending ⇒ Object
Returns the value of attribute pending.
494 495 496 |
# File 'lib/postal/lmapi/lmapi.rb', line 494 def pending @pending end |
#permanentFailure ⇒ Object
Returns the value of attribute permanentFailure.
489 490 491 |
# File 'lib/postal/lmapi/lmapi.rb', line 489 def permanentFailure @permanentFailure end |
#success ⇒ Object
Returns the value of attribute success.
478 479 480 |
# File 'lib/postal/lmapi/lmapi.rb', line 478 def success @success end |
#title ⇒ Object
Returns the value of attribute title.
487 488 489 |
# File 'lib/postal/lmapi/lmapi.rb', line 487 def title @title end |
#totalRecipients ⇒ Object
Returns the value of attribute totalRecipients.
488 489 490 |
# File 'lib/postal/lmapi/lmapi.rb', line 488 def totalRecipients @totalRecipients end |
#totalUndelivered ⇒ Object
Returns the value of attribute totalUndelivered.
490 491 492 |
# File 'lib/postal/lmapi/lmapi.rb', line 490 def totalUndelivered @totalUndelivered end |
#transientFailure ⇒ Object
Returns the value of attribute transientFailure.
477 478 479 |
# File 'lib/postal/lmapi/lmapi.rb', line 477 def transientFailure @transientFailure end |
#uniqueOpens ⇒ Object
Returns the value of attribute uniqueOpens.
492 493 494 |
# File 'lib/postal/lmapi/lmapi.rb', line 492 def uniqueOpens @uniqueOpens end |
#urls ⇒ Object
Returns the value of attribute urls.
495 496 497 |
# File 'lib/postal/lmapi/lmapi.rb', line 495 def urls @urls end |
Instance Method Details
#m_retry ⇒ Object
498 499 500 |
# File 'lib/postal/lmapi/lmapi.rb', line 498 def m_retry @v_retry end |
#m_retry=(value) ⇒ Object
502 503 504 |
# File 'lib/postal/lmapi/lmapi.rb', line 502 def m_retry=(value) @v_retry = value end |