lib/wcc/media/client.rb in wcc-media-client-0.2.4 vs lib/wcc/media/client.rb in wcc-media-client-0.3.0
- old
+ new
@@ -1,15 +1,15 @@
-require_relative '../../rest_client'
+require 'wcc/api/rest_client'
require_relative 'message'
require_relative 'series'
require_relative 'speaker'
require_relative 'tag'
require_relative 'client/response'
module WCC
module Media
- class Client < RestClient
+ class Client < ::WCC::API::RestClient
class << self
attr_writer :default
# The default client. Set this in an initializer to change the client used
# by all the WCC::Media models
def default
@@ -89,6 +89,6 @@
end
end
end
end
end
-end
\ No newline at end of file
+end