Class: TD::Types::DateRange
- Defined in:
- lib/tdlib/types/date_range.rb
Overview
Represents a date range.
Instance Attribute Summary collapse
-
#end_date ⇒ Integer
Point in time (Unix timestamp) at which the date range ends.
-
#start_date ⇒ Integer
Point in time (Unix timestamp) at which the date range begins.
Method Summary
Methods inherited from Base
Instance Attribute Details
#end_date ⇒ Integer
Point in time (Unix timestamp) at which the date range ends.
6 7 8 |
# File 'lib/tdlib/types/date_range.rb', line 6 def end_date @end_date end |
#start_date ⇒ Integer
Point in time (Unix timestamp) at which the date range begins.
6 7 8 |
# File 'lib/tdlib/types/date_range.rb', line 6 def start_date @start_date end |