class Bobot::Event::Referral

Public Instance Methods

ref() click to toggle source
# File lib/bobot/events/referral.rb, line 32
def ref
  referral.ref
end
referral() click to toggle source
# File lib/bobot/events/referral.rb, line 28
def referral
  @referral ||= Referral.new(@messaging['referral'])
end