Class: Jenkins::FilePath::Stat
- Inherits:
-
Struct
- Object
- Struct
- Jenkins::FilePath::Stat
- Defined in:
- lib/jenkins/filepath.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode
6 7 8 |
# File 'lib/jenkins/filepath.rb', line 6 def mode @mode end |
#mtime ⇒ Object
Returns the value of attribute mtime
6 7 8 |
# File 'lib/jenkins/filepath.rb', line 6 def mtime @mtime end |
#size ⇒ Object
Returns the value of attribute size
6 7 8 |
# File 'lib/jenkins/filepath.rb', line 6 def size @size end |