Class: Schemas::Sms_types::DeliveryInformationType
- Inherits:
-
Object
- Object
- Schemas::Sms_types::DeliveryInformationType
- Defined in:
- lib/bluevia/schemas/sms_types.rb
Overview
/DeliveryInformationType
address - Schemas::Sms_types::UserIdType
deliveryStatus - (any)
description - SOAP::SOAPString
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#deliveryStatus ⇒ Object
Returns the value of attribute deliveryStatus.
-
#description ⇒ Object
Returns the value of attribute description.
Instance Method Summary collapse
-
#initialize(address = nil, deliveryStatus = nil, description = nil) ⇒ DeliveryInformationType
constructor
A new instance of DeliveryInformationType.
Constructor Details
#initialize(address = nil, deliveryStatus = nil, description = nil) ⇒ DeliveryInformationType
Returns a new instance of DeliveryInformationType.
60 61 62 63 64 |
# File 'lib/bluevia/schemas/sms_types.rb', line 60 def initialize(address = nil, deliveryStatus = nil, description = nil) @address = address @deliveryStatus = deliveryStatus @description = description end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
56 57 58 |
# File 'lib/bluevia/schemas/sms_types.rb', line 56 def address @address end |
#deliveryStatus ⇒ Object
Returns the value of attribute deliveryStatus.
57 58 59 |
# File 'lib/bluevia/schemas/sms_types.rb', line 57 def deliveryStatus @deliveryStatus end |
#description ⇒ Object
Returns the value of attribute description.
58 59 60 |
# File 'lib/bluevia/schemas/sms_types.rb', line 58 def description @description end |