In Files

Parent

FCGI::GenericDataRecord

Attributes

flagment[R]

Public Class Methods

new(type, id, flagment) click to toggle source
     # File lib/fcgi.rb, line 509
509:       def initialize(type, id, flagment)
510:         super type, id
511:         @flagment = flagment
512:       end
parse(id, body) click to toggle source
     # File lib/fcgi.rb, line 505
505:       def self::parse(id, body)
506:         new(id, body)
507:       end

Public Instance Methods

empty?() click to toggle source
     # File lib/fcgi.rb, line 516
516:       def empty?
517:         @flagment.empty?
518:       end

Private Instance Methods

make_body() click to toggle source
     # File lib/fcgi.rb, line 522
522:       def make_body
523:         @flagment
524:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.