class Bright::API::Occupancy

Defined in:

bright/api/occupancy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session : Session) #

[View source]

Instance Method Detail

def get(filter_location_id : String, filter_space_type : Int32 | Nil = nil, paging_skip : Int32 = 10, paging_take : Int32 = 10) : Array(Models::Occupancy) #

[View source]