Class: TD::Types::TimeZones
- Defined in:
- lib/tdlib/types/time_zones.rb
Overview
Contains a list of time zones.
Instance Attribute Summary collapse
-
#time_zones ⇒ Array<TD::Types::TimeZone>
A list of time zones.
Method Summary
Methods inherited from Base
Instance Attribute Details
#time_zones ⇒ Array<TD::Types::TimeZone>
A list of time zones.
5 6 7 |
# File 'lib/tdlib/types/time_zones.rb', line 5 def time_zones @time_zones end |