class Ably::Realtime::Presence::PresenceStateMachine

Internal class to manage presence state for {Ably::Realtime::Presence}

@api private

Private Instance Methods

channel() click to toggle source
# File lib/submodules/ably-ruby/lib/ably/realtime/presence/presence_state_machine.rb, line 47
def channel
  object.channel
end
logger() click to toggle source

Logged needs to be defined as it is used by {Ably::Modules::StateMachine}

# File lib/submodules/ably-ruby/lib/ably/realtime/presence/presence_state_machine.rb, line 52
def logger
  channel.logger
end