class FCGI::GenericDataRecord
Attributes
Public Class Methods
Source
# File lib/fcgi.rb, line 526 def initialize(type, id, flagment) super type, id @flagment = flagment end
Calls superclass method
FCGI::Record::new