Class: Malbec::NotificationMapper
- Inherits:
-
Object
- Object
- Malbec::NotificationMapper
- Defined in:
- lib/malbec/notification_mapper.rb
Instance Method Summary collapse
-
#initialize(raw_data) ⇒ NotificationMapper
constructor
A new instance of NotificationMapper.
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 |