Class: Blather::Stanza::Presence

Inherits:
Object
  • Object
show all
Defined in:
lib/adhearsion/core_ext/blather/stanza/presence.rb

Instance Method Summary collapse

Instance Method Details

#rayo_event?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/adhearsion/core_ext/blather/stanza/presence.rb', line 8

def rayo_event?
  event.is_a? Adhearsion::Event
end