lib/wcc/media/client/response.rb in wcc-media-client-0.2.4 vs lib/wcc/media/client/response.rb in wcc-media-client-0.3.0
- old
+ new
@@ -1,9 +1,9 @@
module WCC
module Media
- class Client < RestClient
- class Response < RestClient::AbstractResponse
+ class Client < ::WCC::API::RestClient
+ class Response < AbstractResponse
def skip
body.dig('pagination', 'offset')
end
def count
@@ -24,6 +24,6 @@
}
end
end
end
end
-end
\ No newline at end of file
+end