lib/smartsheet/endpoints/workspaces/workspaces.rb in smartsheet-1.0.0.beta.2 vs lib/smartsheet/endpoints/workspaces/workspaces.rb in smartsheet-1.0.0

- old
+ new

@@ -1,7 +1,12 @@ require_relative 'workspaces_share' module Smartsheet + # Workspaces Endpoints + # @see https://smartsheet-platform.github.io/api-docs/?ruby#workspaces API Workspaces Docs + # + # @!attribute [r] share + # @return [WorkspacesShare] class Workspaces attr_reader :client, :share private :client def initialize(client) \ No newline at end of file