class Stuff
- Stuff
- PlaceOS::Driver
- Reference
- Object
Included Modules
- PlaceOS::Driver::Interface::MailerTemplates
Defined in:
stuff/stuff.crConstant Summary
-
SEPERATOR =
"."
Class Method Summary
Instance Method Summary
- #building_zone : Zone
- #connected
- #disconnected
- #find_template_fields
-
#get_building_zone? : Zone | Nil
Finds the building zone for the current location services object
-
#get_org_zone? : Zone | Nil
Finds the org zone for the current location services object
-
#get_org_zone_id? : String | Nil
Finds the org zone id for the current location services object
- #list_mailer_drivers
- #on_load
- #on_unload
- #on_update
- #org_zone : Zone
-
#template_fields : Array(TemplateFields)
[ 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
Class Method Detail
Instance Method Detail
Finds the building zone for the current location services object
Finds the org zone for the current location services object
Finds the org zone id for the current location services object
[ 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