Method: Rush::Connection::Remote#set_access
- Defined in:
- lib/rush/remote.rb
#set_access(full_path, access) ⇒ Object
65 66 67 |
# File 'lib/rush/remote.rb', line 65 def set_access(full_path, access) transmit access.to_hash.merge(:action => 'set_access', :full_path => full_path) end |