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