Class: TD::Types::BusinessOpeningHours
- Defined in:
- lib/tdlib/types/business_opening_hours.rb
Overview
Describes opening hours of a business.
Instance Attribute Summary collapse
-
#opening_hours ⇒ Array<TD::Types::BusinessOpeningHoursInterval>
Intervals of the time when the business is open.
-
#time_zone_id ⇒ TD::Types::String
Unique time zone identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#opening_hours ⇒ Array<TD::Types::BusinessOpeningHoursInterval>
Intervals of the time when the business is open.
7 8 9 |
# File 'lib/tdlib/types/business_opening_hours.rb', line 7 def opening_hours @opening_hours end |
#time_zone_id ⇒ TD::Types::String
Unique time zone identifier.
7 8 9 |
# File 'lib/tdlib/types/business_opening_hours.rb', line 7 def time_zone_id @time_zone_id end |