Module: OMDB
- Defined in:
- lib/omdbapi.rb,
lib/omdbapi/client.rb,
lib/omdbapi/default.rb,
lib/omdbapi/version.rb
Overview
Ruby wrapper for omdbapi.com API.
Defined Under Namespace
Modules: Default Classes: Client
Constant Summary collapse
- VERSION =
OMDB current version
"0.3.0"
Class Method Summary collapse
-
.client ⇒ Object
API client for making calls to the omdbapi API.
Class Method Details
.client ⇒ Object
API client for making calls to the omdbapi API.
return [OMDB::Client] API Wrapper
14 15 16 17 |
# File 'lib/omdbapi.rb', line 14 def client @client = Client.new unless @client @client end |