lib/smartsheet/endpoints/workspaces/workspaces_share.rb in smartsheet-1.0.0.beta.2 vs lib/smartsheet/endpoints/workspaces/workspaces_share.rb in smartsheet-1.0.0
- old
+ new
@@ -1,7 +1,10 @@
require 'smartsheet/endpoints/share/share'
module Smartsheet
+ # Workspace Sharing Endpoints
+ # @see https://smartsheet-platform.github.io/api-docs/?ruby#workspace-sharing API Workspace
+ # Sharing Docs
class WorkspacesShare
attr_reader :client
private :client
URL = ['workspaces', :workspace_id].freeze
\ No newline at end of file