Method: DeliveryInfo#initialize

Defined in:
lib/response/mms/DeliveryInfo.rb,
lib/response/sms/DeliveryInfo.rb

#initializeDeliveryInfo

Returns a new instance of DeliveryInfo.



4
5
6
7
# File 'lib/response/mms/DeliveryInfo.rb', line 4

def initialize
  @address=nil
  @deliveryStatus=nil
end