Class: Rbzlib::Z_stream

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

Instance Attribute Summary collapse

Instance Attribute Details

#adlerObject

Returns the value of attribute adler

Returns:

  • (Object)

    the current value of adler



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def adler
  @adler
end

#avail_inObject

Returns the value of attribute avail_in

Returns:

  • (Object)

    the current value of avail_in



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def avail_in
  @avail_in
end

#avail_outObject

Returns the value of attribute avail_out

Returns:

  • (Object)

    the current value of avail_out



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def avail_out
  @avail_out
end

#data_typeObject

Returns the value of attribute data_type

Returns:

  • (Object)

    the current value of data_type



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def data_type
  @data_type
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def msg
  @msg
end

#next_inObject

Returns the value of attribute next_in

Returns:

  • (Object)

    the current value of next_in



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def next_in
  @next_in
end

#next_outObject

Returns the value of attribute next_out

Returns:

  • (Object)

    the current value of next_out



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def next_out
  @next_out
end

#reservedObject

Returns the value of attribute reserved

Returns:

  • (Object)

    the current value of reserved



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def reserved
  @reserved
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def state
  @state
end

#total_inObject

Returns the value of attribute total_in

Returns:

  • (Object)

    the current value of total_in



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def total_in
  @total_in
end

#total_outObject

Returns the value of attribute total_out

Returns:

  • (Object)

    the current value of total_out



41
42
43
# File 'lib/pr/rbzlib.rb', line 41

def total_out
  @total_out
end