Class: RecipientData
- Inherits:
-
Object
- Object
- RecipientData
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comRecipientData
recipient - Recipient
optionalData - OptionalData
Instance Attribute Summary collapse
-
#optionalData ⇒ Object
Returns the value of attribute optionalData.
-
#recipient ⇒ Object
Returns the value of attribute recipient.
Instance Method Summary collapse
-
#initialize(recipient = nil, optionalData = []) ⇒ RecipientData
constructor
A new instance of RecipientData.
Constructor Details
#initialize(recipient = nil, optionalData = []) ⇒ RecipientData
Returns a new instance of RecipientData.
255 256 257 258 |
# File 'lib/stub/default.rb', line 255 def initialize(recipient = nil, optionalData = []) @recipient = recipient @optionalData = optionalData end |
Instance Attribute Details
#optionalData ⇒ Object
Returns the value of attribute optionalData.
253 254 255 |
# File 'lib/stub/default.rb', line 253 def optionalData @optionalData end |
#recipient ⇒ Object
Returns the value of attribute recipient.
252 253 254 |
# File 'lib/stub/default.rb', line 252 def recipient @recipient end |