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)
133 134 135 |
# File 'lib/discordrb/data/activity.rb', line 133 def end @end end |
#start ⇒ Time? (readonly)
130 131 132 |
# File 'lib/discordrb/data/activity.rb', line 130 def start @start end |