Class: ElFinderS3::Operations

Inherits:
Object
  • Object
show all
Includes:
Enumerable
Defined in:
lib/el_finder_s3/operations.rb

Constant Summary collapse

PATH_TYPE =
:path_type
EXIST =
:exist
CHILDREN =
:children
MTIME =
:mtime

Class Method Summary collapse

Class Method Details

.each {|PATH_TYPE| ... } ⇒ Object

Yields:



10
11
12
13
14
15
# File 'lib/el_finder_s3/operations.rb', line 10

def self.each
  yield PATH_TYPE
  yield EXIST
  yield CHILDREN
  yield MTIME
end