Class: Recipient
- Inherits:
-
Object
- Object
- Recipient
- Defined in:
- lib/metal/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comRecipient
listName - InteractObject
recipientId - SOAP::SOAPLong
customerId - SOAP::SOAPString
emailAddress - SOAP::SOAPString
mobileNumber - SOAP::SOAPString
emailFormat - EmailFormat
Instance Attribute Summary collapse
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#emailFormat ⇒ Object
Returns the value of attribute emailFormat.
-
#listName ⇒ Object
Returns the value of attribute listName.
-
#mobileNumber ⇒ Object
Returns the value of attribute mobileNumber.
-
#recipientId ⇒ Object
Returns the value of attribute recipientId.
Instance Method Summary collapse
-
#initialize(listName = nil, recipientId = nil, customerId = nil, emailAddress = nil, mobileNumber = nil, emailFormat = nil) ⇒ Recipient
constructor
A new instance of Recipient.
Constructor Details
#initialize(listName = nil, recipientId = nil, customerId = nil, emailAddress = nil, mobileNumber = nil, emailFormat = nil) ⇒ Recipient
Returns a new instance of Recipient.
87 88 89 90 91 92 93 94 |
# File 'lib/metal/default.rb', line 87 def initialize(listName = nil, recipientId = nil, customerId = nil, emailAddress = nil, mobileNumber = nil, emailFormat = nil) @listName = listName @recipientId = recipientId @customerId = customerId @emailAddress = emailAddress @mobileNumber = mobileNumber @emailFormat = emailFormat end |
Instance Attribute Details
#customerId ⇒ Object
Returns the value of attribute customerId.
82 83 84 |
# File 'lib/metal/default.rb', line 82 def customerId @customerId end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
83 84 85 |
# File 'lib/metal/default.rb', line 83 def emailAddress @emailAddress end |
#emailFormat ⇒ Object
Returns the value of attribute emailFormat.
85 86 87 |
# File 'lib/metal/default.rb', line 85 def emailFormat @emailFormat end |
#listName ⇒ Object
Returns the value of attribute listName.
80 81 82 |
# File 'lib/metal/default.rb', line 80 def listName @listName end |
#mobileNumber ⇒ Object
Returns the value of attribute mobileNumber.
84 85 86 |
# File 'lib/metal/default.rb', line 84 def mobileNumber @mobileNumber end |
#recipientId ⇒ Object
Returns the value of attribute recipientId.
81 82 83 |
# File 'lib/metal/default.rb', line 81 def recipientId @recipientId end |