Class: Discorb::Presence::Activity::Secrets

Inherits:
DiscordModel show all
Defined in:
lib/discorb/presence.rb

Overview

Represents a secrets of an activity.

Instance Attribute Summary collapse

Method Summary

Methods inherited from DiscordModel

#==, #eql?, #inspect

Instance Attribute Details

#join -> String (readonly)

Returns The join secret of the activity.

Returns:

  • (String)

    The join secret of the activity.



251
252
253
# File 'lib/discorb/presence.rb', line 251

def join
  @join
end

#match -> String (readonly)

Returns The match secret of the activity.

Returns:

  • (String)

    The match secret of the activity.



255
256
257
# File 'lib/discorb/presence.rb', line 255

def match
  @match
end

#spectate -> String (readonly)

Returns The spectate secret of the activity.

Returns:

  • (String)

    The spectate secret of the activity.



253
254
255
# File 'lib/discorb/presence.rb', line 253

def spectate
  @spectate
end