Class: Siding::LoadManifest::DirectoryEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#entry_digestObject

Returns the value of attribute entry_digest

Returns:

  • (Object)

    the current value of entry_digest



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

def entry_digest
  @entry_digest
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#recursiveObject

Returns the value of attribute recursive

Returns:

  • (Object)

    the current value of recursive



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

def recursive
  @recursive
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



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

def scope
  @scope
end