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