class Stuff

Included Modules

Defined in:

stuff/stuff.cr

Constant Summary

SEPERATOR = "."

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def building_zone : Zone #

[View source]
def connected #

[View source]
def disconnected #

[View source]
def find_template_fields #

[View source]
def get_building_zone? : Zone | Nil #

Finds the building zone for the current location services object


[View source]
def get_org_zone? : Zone | Nil #

Finds the org zone for the current location services object


[View source]
def get_org_zone_id? : String | Nil #

Finds the org zone id for the current location services object


[View source]
def list_mailer_drivers #

[View source]
def on_load #

[View source]
def on_unload #

[View source]
def on_update #

[View source]
def org_zone : Zone #

[View source]
def template_fields : Array(TemplateFields) #
Description copied from module PlaceOS::Driver::Interface::MailerTemplates

[ TemplateFields.new( trigger: {"bookings", "booked_by_notify"}, name: "Booking booked by notification", description: nil, fields: common_fields ), TemplateFields.new( trigger: {"bookings", "booking_notify"}, name: "Booking notification", description: "This template is used for booking notifications", fields: common_fields + [ {name: "start_time", description: "The start time of the booking"}, ] ), ] end


[View source]