class Commands::ShareReadWrite
Public Class Methods
command_name()
click to toggle source
# File lib/gdsh/share_read_write.rb, line 6 def self.command_name 'share_read_write' end
function()
click to toggle source
# File lib/gdsh/share_read_write.rb, line 10 def self.function 'Shares a file with other users by email with read-write permission.' end
Public Instance Methods
execute()
click to toggle source
# File lib/gdsh/share_read_write.rb, line 14 def execute share_with_email_list('writer') end