Class: Campaigning::SubscriberBounce
- Inherits:
-
Object
- Object
- Campaigning::SubscriberBounce
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/SubscriberBounce
emailAddress - SOAP::SOAPString
listID - SOAP::SOAPString
bounceType - SOAP::SOAPString
Instance Attribute Summary collapse
-
#bounceType ⇒ Object
Returns the value of attribute bounceType.
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#listID ⇒ Object
Returns the value of attribute listID.
Instance Method Summary collapse
-
#initialize(emailAddress = nil, listID = nil, bounceType = nil) ⇒ SubscriberBounce
constructor
A new instance of SubscriberBounce.
Constructor Details
#initialize(emailAddress = nil, listID = nil, bounceType = nil) ⇒ SubscriberBounce
Returns a new instance of SubscriberBounce.
76 77 78 79 80 |
# File 'lib/campaigning/soap/generated/default.rb', line 76 def initialize(emailAddress = nil, listID = nil, bounceType = nil) @emailAddress = emailAddress @listID = listID @bounceType = bounceType end |
Instance Attribute Details
#bounceType ⇒ Object
Returns the value of attribute bounceType.
74 75 76 |
# File 'lib/campaigning/soap/generated/default.rb', line 74 def bounceType @bounceType end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
72 73 74 |
# File 'lib/campaigning/soap/generated/default.rb', line 72 def emailAddress @emailAddress end |
#listID ⇒ Object
Returns the value of attribute listID.
73 74 75 |
# File 'lib/campaigning/soap/generated/default.rb', line 73 def listID @listID end |