class Bright::Models::ParkingPeriod

Included Modules

Defined in:

bright/models/parking_period.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def end_of_day : String | Nil #

[View source]
def end_of_day=(end_of_day : String | Nil) #

[View source]
def middle_of_day : String | Nil #

[View source]
def middle_of_day=(middle_of_day : String | Nil) #

[View source]
def mode : Int64 | Nil #

[View source]
def mode=(mode : Int64 | Nil) #

[View source]
def start_of_day : String | Nil #

[View source]
def start_of_day=(start_of_day : String | Nil) #

[View source]
def working_mode : Int64 | Nil #

[View source]
def working_mode=(working_mode : Int64 | Nil) #

[View source]