Class: Zlib::GzipFile::Gzfile
- Inherits:
-
Struct
- Object
- Struct
- Zlib::GzipFile::Gzfile
- Defined in:
- lib/pr/zlib.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#crc ⇒ Object
Returns the value of attribute crc.
-
#end ⇒ Object
Returns the value of attribute end.
-
#io ⇒ Object
Returns the value of attribute io.
-
#level ⇒ Object
Returns the value of attribute level.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#orig_name ⇒ Object
Returns the value of attribute orig_name.
-
#os_code ⇒ Object
Returns the value of attribute os_code.
-
#ungetc ⇒ Object
Returns the value of attribute ungetc.
-
#z ⇒ Object
Returns the value of attribute z.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def comment @comment end |
#crc ⇒ Object
Returns the value of attribute crc
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def crc @crc end |
#end ⇒ Object
Returns the value of attribute end
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def end @end end |
#io ⇒ Object
Returns the value of attribute io
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def io @io end |
#level ⇒ Object
Returns the value of attribute level
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def level @level end |
#lineno ⇒ Object
Returns the value of attribute lineno
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def lineno @lineno end |
#mtime ⇒ Object
Returns the value of attribute mtime
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def mtime @mtime end |
#orig_name ⇒ Object
Returns the value of attribute orig_name
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def orig_name @orig_name end |
#os_code ⇒ Object
Returns the value of attribute os_code
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def os_code @os_code end |
#ungetc ⇒ Object
Returns the value of attribute ungetc
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def ungetc @ungetc end |
#z ⇒ Object
Returns the value of attribute z
747 748 749 |
# File 'lib/pr/zlib.rb', line 747 def z @z end |