Class: Tebako::LayeredPackage::InspectedLayer
- Inherits:
-
Struct
- Object
- Struct
- Tebako::LayeredPackage::InspectedLayer
- Defined in:
- lib/tebako/layered_package.rb
Instance Attribute Summary collapse
-
#byte_size ⇒ Object
Returns the value of attribute byte_size.
-
#mount_point ⇒ Object
Returns the value of attribute mount_point.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
Instance Attribute Details
#byte_size ⇒ Object
Returns the value of attribute byte_size
19 20 21 |
# File 'lib/tebako/layered_package.rb', line 19 def byte_size @byte_size end |
#mount_point ⇒ Object
Returns the value of attribute mount_point
19 20 21 |
# File 'lib/tebako/layered_package.rb', line 19 def mount_point @mount_point end |
#offset ⇒ Object
Returns the value of attribute offset
19 20 21 |
# File 'lib/tebako/layered_package.rb', line 19 def offset @offset end |
#sha256 ⇒ Object
Returns the value of attribute sha256
19 20 21 |
# File 'lib/tebako/layered_package.rb', line 19 def sha256 @sha256 end |