Class: Rublox::Models::Presence

Inherits:
Object
  • Object
show all
Includes:
Derive::Model
Defined in:
lib/rublox/models/presence.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Derive::Model

#==, #to_s

Instance Attribute Details

#last_locationString (readonly)

Returns:

  • (String)


34
35
36
# File 'lib/rublox/models/presence.rb', line 34

def last_location
  @last_location
end

#last_onlineTime (readonly)

Returns:

  • (Time)


44
45
46
# File 'lib/rublox/models/presence.rb', line 44

def last_online
  @last_online
end

#userBases::BaseUser (readonly)

Returns:



42
43
44
# File 'lib/rublox/models/presence.rb', line 42

def user
  @user
end

#user_presence_typePresenceType (readonly)

Returns:



32
33
34
# File 'lib/rublox/models/presence.rb', line 32

def user_presence_type
  @user_presence_type
end