Class: OpenSandbox::Execd::Files::WriteEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



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

def data
  @data
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



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

def mode
  @mode
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end