Class: Omnizip::Parity::Par2Creator::FileInfo
- Inherits:
-
Struct
- Object
- Struct
- Omnizip::Parity::Par2Creator::FileInfo
- Defined in:
- lib/omnizip/parity/par2_creator.rb
Overview
File information structure
Instance Attribute Summary collapse
-
#blocks ⇒ Object
Returns the value of attribute blocks.
-
#file_id ⇒ Object
Returns the value of attribute file_id.
-
#hash_16k ⇒ Object
Returns the value of attribute hash_16k.
-
#hash_full ⇒ Object
Returns the value of attribute hash_full.
-
#path ⇒ Object
Returns the value of attribute path.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#blocks ⇒ Object
Returns the value of attribute blocks
54 55 56 |
# File 'lib/omnizip/parity/par2_creator.rb', line 54 def blocks @blocks end |
#file_id ⇒ Object
Returns the value of attribute file_id
54 55 56 |
# File 'lib/omnizip/parity/par2_creator.rb', line 54 def file_id @file_id end |
#hash_16k ⇒ Object
Returns the value of attribute hash_16k
54 55 56 |
# File 'lib/omnizip/parity/par2_creator.rb', line 54 def hash_16k @hash_16k end |
#hash_full ⇒ Object
Returns the value of attribute hash_full
54 55 56 |
# File 'lib/omnizip/parity/par2_creator.rb', line 54 def hash_full @hash_full end |
#path ⇒ Object
Returns the value of attribute path
54 55 56 |
# File 'lib/omnizip/parity/par2_creator.rb', line 54 def path @path end |
#size ⇒ Object
Returns the value of attribute size
54 55 56 |
# File 'lib/omnizip/parity/par2_creator.rb', line 54 def size @size end |