Class: Discorb::Presence::Activity::Timestamps

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

Overview

Represents the timestamps of an activity.

Instance Attribute Summary collapse

Method Summary

Methods inherited from DiscordModel

#==, #eql?, #inspect

Instance Attribute Details

#end -> Time (readonly)

Returns The end time of the activity.

Returns:

  • (Time)

    The end time of the activity.



162
163
164
# File 'lib/discorb/presence.rb', line 162

def end
  @end
end

#start -> Time (readonly)

Returns The start time of the activity.

Returns:

  • (Time)

    The start time of the activity.



160
161
162
# File 'lib/discorb/presence.rb', line 160

def start
  @start
end