Class: Omnizip::Parity::Par2Creator::FileInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/omnizip/parity/par2_creator.rb

Overview

File information structure

Instance Attribute Summary collapse

Instance Attribute Details

#blocksObject

Returns the value of attribute blocks

Returns:

  • (Object)

    the current value of blocks



54
55
56
# File 'lib/omnizip/parity/par2_creator.rb', line 54

def blocks
  @blocks
end

#file_idObject

Returns the value of attribute file_id

Returns:

  • (Object)

    the current value of file_id



54
55
56
# File 'lib/omnizip/parity/par2_creator.rb', line 54

def file_id
  @file_id
end

#hash_16kObject

Returns the value of attribute hash_16k

Returns:

  • (Object)

    the current value of hash_16k



54
55
56
# File 'lib/omnizip/parity/par2_creator.rb', line 54

def hash_16k
  @hash_16k
end

#hash_fullObject

Returns the value of attribute hash_full

Returns:

  • (Object)

    the current value of hash_full



54
55
56
# File 'lib/omnizip/parity/par2_creator.rb', line 54

def hash_full
  @hash_full
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



54
55
56
# File 'lib/omnizip/parity/par2_creator.rb', line 54

def path
  @path
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



54
55
56
# File 'lib/omnizip/parity/par2_creator.rb', line 54

def size
  @size
end