Class: Siding::LoadManifest::DirectoryEntry
- Inherits:
-
Struct
- Object
- Struct
- Siding::LoadManifest::DirectoryEntry
- Defined in:
- lib/siding/load_manifest.rb
Instance Attribute Summary collapse
-
#entry_digest ⇒ Object
Returns the value of attribute entry_digest.
-
#path ⇒ Object
Returns the value of attribute path.
-
#recursive ⇒ Object
Returns the value of attribute recursive.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#entry_digest ⇒ Object
Returns the value of attribute entry_digest
14 15 16 |
# File 'lib/siding/load_manifest.rb', line 14 def entry_digest @entry_digest end |
#path ⇒ Object
Returns the value of attribute path
14 15 16 |
# File 'lib/siding/load_manifest.rb', line 14 def path @path end |
#recursive ⇒ Object
Returns the value of attribute recursive
14 15 16 |
# File 'lib/siding/load_manifest.rb', line 14 def recursive @recursive end |
#scope ⇒ Object
Returns the value of attribute scope
14 15 16 |
# File 'lib/siding/load_manifest.rb', line 14 def scope @scope end |