Class: Rbzlib::Z_stream
- Inherits:
-
Struct
- Object
- Struct
- Rbzlib::Z_stream
- Defined in:
- lib/pr/rbzlib.rb
Instance Attribute Summary collapse
-
#adler ⇒ Object
Returns the value of attribute adler.
-
#avail_in ⇒ Object
Returns the value of attribute avail_in.
-
#avail_out ⇒ Object
Returns the value of attribute avail_out.
-
#data_type ⇒ Object
Returns the value of attribute data_type.
-
#msg ⇒ Object
Returns the value of attribute msg.
-
#next_in ⇒ Object
Returns the value of attribute next_in.
-
#next_out ⇒ Object
Returns the value of attribute next_out.
-
#reserved ⇒ Object
Returns the value of attribute reserved.
-
#state ⇒ Object
Returns the value of attribute state.
-
#total_in ⇒ Object
Returns the value of attribute total_in.
-
#total_out ⇒ Object
Returns the value of attribute total_out.
Instance Attribute Details
#adler ⇒ Object
Returns the value of attribute adler
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def adler @adler end |
#avail_in ⇒ Object
Returns the value of attribute avail_in
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def avail_in @avail_in end |
#avail_out ⇒ Object
Returns the value of attribute avail_out
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def avail_out @avail_out end |
#data_type ⇒ Object
Returns the value of attribute data_type
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def data_type @data_type end |
#msg ⇒ Object
Returns the value of attribute msg
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def msg @msg end |
#next_in ⇒ Object
Returns the value of attribute next_in
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def next_in @next_in end |
#next_out ⇒ Object
Returns the value of attribute next_out
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def next_out @next_out end |
#reserved ⇒ Object
Returns the value of attribute reserved
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def reserved @reserved end |
#state ⇒ Object
Returns the value of attribute state
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def state @state end |
#total_in ⇒ Object
Returns the value of attribute total_in
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def total_in @total_in end |
#total_out ⇒ Object
Returns the value of attribute total_out
41 42 43 |
# File 'lib/pr/rbzlib.rb', line 41 def total_out @total_out end |