struct PlaceOS::Model::OutlookManifest

Defined in:

placeos-models/outlook_manifest.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(app_id : String, app_domain : String, app_resource : String, source_location : String, function_file_url : String, taskpane_url : String, rooms_button_url : String, desks_button_url : String, version : String) #

Instance Method Detail

def app_domain : String #

def app_id : String #

def app_resource : String #

def clone #

def copy_with(app_id _app_id = @app_id, app_domain _app_domain = @app_domain, app_resource _app_resource = @app_resource, source_location _source_location = @source_location, function_file_url _function_file_url = @function_file_url, taskpane_url _taskpane_url = @taskpane_url, rooms_button_url _rooms_button_url = @rooms_button_url, desks_button_url _desks_button_url = @desks_button_url, version _version = @version) #

def desks_button_url : String #

def function_file_url : String #

def rooms_button_url : String #

def source_location : String #

def taskpane_url : String #

def to_xml #

def version : String #