Class: Net::RTSP::Options

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

Instance Method Summary collapse

Methods inherited from RTSPGenericRequest

#exec

Constructor Details

#initializeOptions

Returns a new instance of Options.



137
138
139
# File 'lib/raop/rtsp.rb', line 137

def initialize
  super('OPTIONS')
end