Class: OpenSandbox::Execd::Files::WriteEntry
- Inherits:
-
Data
- Object
- Data
- OpenSandbox::Execd::Files::WriteEntry
- Defined in:
- lib/open_sandbox/execd/files.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
12 13 14 |
# File 'lib/open_sandbox/execd/files.rb', line 12 def data @data end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
12 13 14 |
# File 'lib/open_sandbox/execd/files.rb', line 12 def mode @mode end |
#path ⇒ Object (readonly)
Returns the value of attribute path
12 13 14 |
# File 'lib/open_sandbox/execd/files.rb', line 12 def path @path end |