Module: Videodrome
- Defined in:
- lib/videodrome.rb,
lib/videodrome/url.rb,
lib/videodrome/video.rb,
lib/videodrome/version.rb,
lib/videodrome/connection.rb,
lib/videodrome/errors/invalid_url.rb,
lib/videodrome/errors/request_error.rb
Overview
nodoc
Defined Under Namespace
Modules: Errors Classes: Connection, URL, Video
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
Class Method Details
.connection ⇒ Object
13 14 15 |
# File 'lib/videodrome.rb', line 13 def self.connection @connection ||= Videodrome::Connection.new end |