Class: Postal::Lmapi::TrackingSummaryStruct

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#activeObject

Returns the value of attribute active.



482
483
484
# File 'lib/postal/lmapi/lmapi.rb', line 482

def active
  @active
end

#clickstreamsObject

Returns the value of attribute clickstreams.



493
494
495
# File 'lib/postal/lmapi/lmapi.rb', line 493

def clickstreams
  @clickstreams
end

#clickthroughsObject

Returns the value of attribute clickthroughs.



486
487
488
# File 'lib/postal/lmapi/lmapi.rb', line 486

def clickthroughs
  @clickthroughs
end

#createdObject

Returns the value of attribute created.



484
485
486
# File 'lib/postal/lmapi/lmapi.rb', line 484

def created
  @created
end

#expiredObject

Returns the value of attribute expired.



479
480
481
# File 'lib/postal/lmapi/lmapi.rb', line 479

def expired
  @expired
end

#mailingIDObject

Returns the value of attribute mailingID.



496
497
498
# File 'lib/postal/lmapi/lmapi.rb', line 496

def mailingID
  @mailingID
end

#mailMergeAbortObject

Returns the value of attribute mailMergeAbort.



491
492
493
# File 'lib/postal/lmapi/lmapi.rb', line 491

def mailMergeAbort
  @mailMergeAbort
end

#mailMergeSkippedObject

Returns the value of attribute mailMergeSkipped.



481
482
483
# File 'lib/postal/lmapi/lmapi.rb', line 481

def mailMergeSkipped
  @mailMergeSkipped
end

#notAttemptedObject

Returns the value of attribute notAttempted.



485
486
487
# File 'lib/postal/lmapi/lmapi.rb', line 485

def notAttempted
  @notAttempted
end

#opensObject

Returns the value of attribute opens.



483
484
485
# File 'lib/postal/lmapi/lmapi.rb', line 483

def opens
  @opens
end

#pausedObject

Returns the value of attribute paused.



480
481
482
# File 'lib/postal/lmapi/lmapi.rb', line 480

def paused
  @paused
end

#pendingObject

Returns the value of attribute pending.



494
495
496
# File 'lib/postal/lmapi/lmapi.rb', line 494

def pending
  @pending
end

#permanentFailureObject

Returns the value of attribute permanentFailure.



489
490
491
# File 'lib/postal/lmapi/lmapi.rb', line 489

def permanentFailure
  @permanentFailure
end

#successObject

Returns the value of attribute success.



478
479
480
# File 'lib/postal/lmapi/lmapi.rb', line 478

def success
  @success
end

#titleObject

Returns the value of attribute title.



487
488
489
# File 'lib/postal/lmapi/lmapi.rb', line 487

def title
  @title
end

#totalRecipientsObject

Returns the value of attribute totalRecipients.



488
489
490
# File 'lib/postal/lmapi/lmapi.rb', line 488

def totalRecipients
  @totalRecipients
end

#totalUndeliveredObject

Returns the value of attribute totalUndelivered.



490
491
492
# File 'lib/postal/lmapi/lmapi.rb', line 490

def totalUndelivered
  @totalUndelivered
end

#transientFailureObject

Returns the value of attribute transientFailure.



477
478
479
# File 'lib/postal/lmapi/lmapi.rb', line 477

def transientFailure
  @transientFailure
end

#uniqueOpensObject

Returns the value of attribute uniqueOpens.



492
493
494
# File 'lib/postal/lmapi/lmapi.rb', line 492

def uniqueOpens
  @uniqueOpens
end

#urlsObject

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_retryObject



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