Class: Discordrb::Activity::Timestamps
- Inherits:
-
Object
- Object
- Discordrb::Activity::Timestamps
- Defined in:
- lib/discordrb/data/activity.rb
Overview
Timestamps for the start and end of instanced activities
Instance Attribute Summary collapse
- #end ⇒ Time? readonly
- #start ⇒ Time? readonly
Instance Attribute Details
#end ⇒ Time? (readonly)
131 132 133 |
# File 'lib/discordrb/data/activity.rb', line 131 def end @end end |
#start ⇒ Time? (readonly)
128 129 130 |
# File 'lib/discordrb/data/activity.rb', line 128 def start @start end |