Class: FCGI::GetValuesRecord

Inherits:
ValuesRecord show all
Defined in:
lib/cgialt/fcgi/core.rb

Constant Summary

Constants inherited from Record

Record::HEADER_FORMAT, Record::HEADER_LENGTH, Record::RECORD_CLASS

Instance Attribute Summary

Attributes inherited from ValuesRecord

#values

Attributes inherited from Record

#request_id, #type

Instance Method Summary collapse

Methods inherited from ValuesRecord

parse, parse_values, read_length, read_pair

Methods inherited from Record

class_for, #management_record?, parse_header, #serialize, #version

Constructor Details

#initialize(id, values) ⇒ GetValuesRecord

Returns a new instance of GetValuesRecord.



490
491
492
# File 'lib/cgialt/fcgi/core.rb', line 490

def initialize(id, values)
  super FCGI_GET_VALUES, id, values
end