class RubyIsds::Responses::Messages::DeliveryInfo
Public Class Methods
new(response)
click to toggle source
Calls superclass method
RubyIsds::Response::new
# File lib/ruby_isds/responses/messages/delivery_info.rb, line 5 def initialize(response) super end
Public Instance Methods
message()
click to toggle source
# File lib/ruby_isds/responses/messages/delivery_info.rb, line 9 def message ::RubyIsds::DataMessage.new(message_hash) end
Private Instance Methods
message_hash()
click to toggle source
# File lib/ruby_isds/responses/messages/delivery_info.rb, line 15 def message_hash hash = parsed_body['dmDelivery'] hash['dmDm'].delete('xmlns:p') hash end