Class: TDiary::CGIAdapter::PlainCGIRequest
- Inherits:
-
Struct
- Object
- Struct
- TDiary::CGIAdapter::PlainCGIRequest
- Defined in:
- lib/tdiary/cgi_adapter.rb
Overview
a plain CGI process serves exactly one request through ENV and the standard streams
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
-
#err ⇒ Object
Returns the value of attribute err.
-
#in ⇒ Object
Returns the value of attribute in.
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env
14 15 16 |
# File 'lib/tdiary/cgi_adapter.rb', line 14 def env @env end |
#err ⇒ Object
Returns the value of attribute err
14 15 16 |
# File 'lib/tdiary/cgi_adapter.rb', line 14 def err @err end |
#in ⇒ Object
Returns the value of attribute in
14 15 16 |
# File 'lib/tdiary/cgi_adapter.rb', line 14 def in @in end |
#out ⇒ Object
Returns the value of attribute out
14 15 16 |
# File 'lib/tdiary/cgi_adapter.rb', line 14 def out @out end |
Instance Method Details
#finish ⇒ Object
15 |
# File 'lib/tdiary/cgi_adapter.rb', line 15 def finish; end |