class

Tourmaline::BusinessOpeningHours

Inherits JSON::Serializable < Reference < Object

Describes the opening hours of a business.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

opening_hours

List of time intervals describing business opening hours

Source
opening_hours=(opening_hours : Array(Tourmaline::BusinessOpeningHoursInterval))

List of time intervals describing business opening hours

Source
time_zone_name

Unique name of the time zone for which the opening hours are defined

Source
time_zone_name=(time_zone_name : String)

Unique name of the time zone for which the opening hours are defined

Source