restulicious 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -39,11 +39,11 @@ module Restulicious
|
|
39
39
|
private
|
40
40
|
|
41
41
|
def api_options(options)
|
42
|
-
|
42
|
+
@api_options = options
|
43
43
|
end
|
44
44
|
|
45
45
|
def coordinator
|
46
|
-
|
46
|
+
Restulicious::Coordinator.new(self, @api_options)
|
47
47
|
end
|
48
48
|
|
49
49
|
end
|
data/lib/restulicious/version.rb
CHANGED