Class: ElVfs::Command::Ping

Inherits:
ElVfs::Command show all
Defined in:
lib/el_finder_api/el_vfs/command/ping.rb

Defined Under Namespace

Classes: Arguments

Instance Attribute Summary

Attributes inherited from ElVfs::Command

#arguments, #error, #result

Instance Method Summary collapse

Methods inherited from ElVfs::Command

#headers, #initialize

Methods inherited from Model

#attributes=, #el_hash, #initialize, options, #to_el_hash

Constructor Details

This class inherits a constructor from ElVfs::Command

Instance Method Details

#runObject



8
9
10
# File 'lib/el_finder_api/el_vfs/command/ping.rb', line 8

def run
  self.headers['Connection'] = 'close'
end