module RTSP

This base module simply defines properties about the library. See child classes/modules for the meat.

Constants

BASE_VERSION
RELEASE
SNAPSHOT
VERSION

Public Class Methods

release_version?() click to toggle source
# File lib/rtsp.rb, line 7
def self.release_version?
  !!RELEASE
end
snapshot_version?() click to toggle source
# File lib/rtsp.rb, line 11
def self.snapshot_version?
  !!SNAPSHOT
end