Class: Net::RTSP::Teardown
- Inherits:
-
RTSPGenericRequest
- Object
- HTTPGenericRequest
- RTSPGenericRequest
- Net::RTSP::Teardown
- Defined in:
- lib/raop/rtsp.rb
Instance Method Summary collapse
-
#initialize ⇒ Teardown
constructor
A new instance of Teardown.
Methods inherited from RTSPGenericRequest
Constructor Details
#initialize ⇒ Teardown
Returns a new instance of Teardown.
148 149 150 |
# File 'lib/raop/rtsp.rb', line 148 def initialize super('TEARDOWN') end |