Class: TalkingStick::Signal

Inherits:
ApplicationRecord show all
Defined in:
app/models/talking_stick/signal.rb

Instance Method Summary collapse

Instance Method Details

#recipient_guidObject



15
16
17
# File 'app/models/talking_stick/signal.rb', line 15

def recipient_guid
  self.recipient.guid
end

#sender_guidObject

The normal delegate method seems to not be working for an unknown reason



11
12
13
# File 'app/models/talking_stick/signal.rb', line 11

def sender_guid
  self.sender.guid
end