class Bacardi::Notification

Public Class Methods

new(notifier) click to toggle source
# File lib/bacardi/notification.rb, line 6
def initialize(notifier)
  @notifier = notifier
end

Public Instance Methods

confirmation_number() click to toggle source
# File lib/bacardi/notification.rb, line 18
def confirmation_number
  @notifier.invoice
end
paid_currency() click to toggle source
paid_gross() click to toggle source
receiver_email() click to toggle source
# File lib/bacardi/notification.rb, line 22
def receiver_email
  @notifier.account
end