Class: Rbzlib::Gz_header

Inherits:
Struct
  • Object
show all
Defined in:
lib/pr/rbzlib.rb

Instance Attribute Summary collapse

Instance Attribute Details

#comm_maxObject

Returns the value of attribute comm_max

Returns:

  • (Object)

    the current value of comm_max



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def comm_max
  @comm_max
end

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def comment
  @comment
end

#doneObject

Returns the value of attribute done

Returns:

  • (Object)

    the current value of done



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def done
  @done
end

#extraObject

Returns the value of attribute extra

Returns:

  • (Object)

    the current value of extra



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def extra
  @extra
end

#extra_lenObject

Returns the value of attribute extra_len

Returns:

  • (Object)

    the current value of extra_len



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def extra_len
  @extra_len
end

#extra_maxObject

Returns the value of attribute extra_max

Returns:

  • (Object)

    the current value of extra_max



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def extra_max
  @extra_max
end

#hcrcObject

Returns the value of attribute hcrc

Returns:

  • (Object)

    the current value of hcrc



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def hcrc
  @hcrc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def name
  @name
end

#name_maxObject

Returns the value of attribute name_max

Returns:

  • (Object)

    the current value of name_max



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def name_max
  @name_max
end

#osObject

Returns the value of attribute os

Returns:

  • (Object)

    the current value of os



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def os
  @os
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def text
  @text
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def time
  @time
end

#xflagsObject

Returns the value of attribute xflags

Returns:

  • (Object)

    the current value of xflags



55
56
57
# File 'lib/pr/rbzlib.rb', line 55

def xflags
  @xflags
end