Class: TalkingStick::Signal
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- TalkingStick::Signal
- Defined in:
- app/models/talking_stick/signal.rb
Instance Method Summary collapse
- #recipient_guid ⇒ Object
-
#sender_guid ⇒ Object
The normal delegate method seems to not be working for an unknown reason.
Instance Method Details
#recipient_guid ⇒ Object
15 16 17 |
# File 'app/models/talking_stick/signal.rb', line 15 def recipient_guid self.recipient.guid end |
#sender_guid ⇒ Object
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 |