Class: Net::RTSP::Teardown

Inherits:
RTSPGenericRequest show all
Defined in:
lib/raop/rtsp.rb

Instance Method Summary collapse

Methods inherited from RTSPGenericRequest

#exec

Constructor Details

#initializeTeardown

Returns a new instance of Teardown.



148
149
150
# File 'lib/raop/rtsp.rb', line 148

def initialize
  super('TEARDOWN')
end