Class: Siding::LoadManifest::FileEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/siding/load_manifest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



13
14
15
# File 'lib/siding/load_manifest.rb', line 13

def mtime
  @mtime
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'lib/siding/load_manifest.rb', line 13

def path
  @path
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



13
14
15
# File 'lib/siding/load_manifest.rb', line 13

def scope
  @scope
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



13
14
15
# File 'lib/siding/load_manifest.rb', line 13

def size
  @size
end