class Messenger::Parameters::Referral

Attributes

ref[RW]
source[RW]
type[RW]

Public Class Methods

new(ref:, source:, type:) click to toggle source
# File lib/messenger/parameters/referral.rb, line 8
def initialize(ref:, source:, type:)
  @ref = ref
  @source = source
  @type = type
end