Class: Malbec::NotificationMapper

Inherits:
Object
  • Object
show all
Defined in:
lib/malbec/notification_mapper.rb

Instance Method Summary collapse

Constructor Details

#initialize(raw_data) ⇒ NotificationMapper

Returns a new instance of NotificationMapper.



8
9
10
# File 'lib/malbec/notification_mapper.rb', line 8

def initialize(raw_data)
  @notify = Paypal::Notification.new(raw_data) 
end