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.



257
258
259
# File 'lib/discorb/presence.rb', line 257

def join
  @join
end

#match -> String (readonly)

Returns The match secret of the activity.

Returns:

  • (String)

    The match secret of the activity.



261
262
263
# File 'lib/discorb/presence.rb', line 261

def match
  @match
end

#spectate -> String (readonly)

Returns The spectate secret of the activity.

Returns:

  • (String)

    The spectate secret of the activity.



259
260
261
# File 'lib/discorb/presence.rb', line 259

def spectate
  @spectate
end