class Tourmaline::BusinessOpeningHoursInterval

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(opening_minute : Int32 | Int64, closing_minute : Int32 | Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def 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


[View source]
def 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


[View source]
def 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


[View source]
def 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


[View source]