class

Tourmaline::BusinessOpeningHoursInterval

Inherits JSON::Serializable < Reference < Object

Describes an interval of time during which a business is open.

Constructors

new(opening_minute : Int32 | Int64, closing_minute : Int32 | Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

closing_minute

The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60

Source
closing_minute=(closing_minute : Int32 | Int64)

The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60

Source
opening_minute

The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60

Source
opening_minute=(opening_minute : Int32 | Int64)

The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60

Source