struct PlaceOS::Model::OutlookManifest
- PlaceOS::Model::OutlookManifest
- Struct
- Value
- Object
Defined in:
placeos-models/outlook_manifest.crConstructors
Instance Method Summary
- #app_domain : String
- #app_id : String
- #app_resource : String
- #clone
- #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)
- #desks_button_url : String
- #function_file_url : String
- #rooms_button_url : String
- #source_location : String
- #taskpane_url : String
- #to_xml
- #version : String
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 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)
#