Class: Zlib::GzipFile::Gzfile

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

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



743
744
745
# File 'lib/pr/zlib.rb', line 743

def comment
  @comment
end

#crcObject

Returns the value of attribute crc

Returns:

  • (Object)

    the current value of crc



743
744
745
# File 'lib/pr/zlib.rb', line 743

def crc
  @crc
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



743
744
745
# File 'lib/pr/zlib.rb', line 743

def end
  @end
end

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



743
744
745
# File 'lib/pr/zlib.rb', line 743

def io
  @io
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



743
744
745
# File 'lib/pr/zlib.rb', line 743

def level
  @level
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



743
744
745
# File 'lib/pr/zlib.rb', line 743

def lineno
  @lineno
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



743
744
745
# File 'lib/pr/zlib.rb', line 743

def mtime
  @mtime
end

#orig_nameObject

Returns the value of attribute orig_name

Returns:

  • (Object)

    the current value of orig_name



743
744
745
# File 'lib/pr/zlib.rb', line 743

def orig_name
  @orig_name
end

#os_codeObject

Returns the value of attribute os_code

Returns:

  • (Object)

    the current value of os_code



743
744
745
# File 'lib/pr/zlib.rb', line 743

def os_code
  @os_code
end

#ungetcObject

Returns the value of attribute ungetc

Returns:

  • (Object)

    the current value of ungetc



743
744
745
# File 'lib/pr/zlib.rb', line 743

def ungetc
  @ungetc
end

#zObject

Returns the value of attribute z

Returns:

  • (Object)

    the current value of z



743
744
745
# File 'lib/pr/zlib.rb', line 743

def z
  @z
end