Class: Jenkins::FilePath::Stat

Inherits:
Struct
  • Object
show all
Defined in:
lib/jenkins/filepath.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



5
6
7
# File 'lib/jenkins/filepath.rb', line 5

def mode
  @mode
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



5
6
7
# File 'lib/jenkins/filepath.rb', line 5

def mtime
  @mtime
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



5
6
7
# File 'lib/jenkins/filepath.rb', line 5

def size
  @size
end