diff --git a/lib/vmfloaty/service.rb b/lib/vmfloaty/service.rb index e1ce49e..899f651 100644 --- a/lib/vmfloaty/service.rb +++ b/lib/vmfloaty/service.rb @@ -23,6 +23,10 @@ class Service end end + def respond_to_missing?(m, *) + @service_object.respond_to?(m) || super + end + def url @config['url'] end