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