Class: OpenSandbox::Execd::Files::FileInfo

Inherits:
Data
  • Object
show all
Defined in:
lib/open_sandbox/execd/files.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_dirObject (readonly)

Returns the value of attribute is_dir

Returns:

  • (Object)

    the current value of is_dir



11
12
13
# File 'lib/open_sandbox/execd/files.rb', line 11

def is_dir
  @is_dir
end

#mod_timeObject (readonly)

Returns the value of attribute mod_time

Returns:

  • (Object)

    the current value of mod_time



11
12
13
# File 'lib/open_sandbox/execd/files.rb', line 11

def mod_time
  @mod_time
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



11
12
13
# File 'lib/open_sandbox/execd/files.rb', line 11

def mode
  @mode
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/open_sandbox/execd/files.rb', line 11

def path
  @path
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



11
12
13
# File 'lib/open_sandbox/execd/files.rb', line 11

def size
  @size
end