Class: Schemas::Sms_types::DeliveryInformationType

Inherits:
Object
  • Object
show all
Defined in:
lib/bluevia/schemas/sms_types.rb

Overview

/DeliveryInformationType

address - Schemas::Sms_types::UserIdType
deliveryStatus - (any)
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#addressObject

Returns the value of attribute address.



56
57
58
# File 'lib/bluevia/schemas/sms_types.rb', line 56

def address
  @address
end

#deliveryStatusObject

Returns the value of attribute deliveryStatus.



57
58
59
# File 'lib/bluevia/schemas/sms_types.rb', line 57

def deliveryStatus
  @deliveryStatus
end

#descriptionObject

Returns the value of attribute description.



58
59
60
# File 'lib/bluevia/schemas/sms_types.rb', line 58

def description
  @description
end