lib/ragoon/services.rb in ragoon-0.6.0 vs lib/ragoon/services.rb in ragoon-0.7.0

- old
+ new

@@ -22,9 +22,13 @@ start: date.to_time.utc, end: ((date + 1).to_time - 1).utc, } end + def garoon_endpoint + base_endpoint + end + private def base_endpoint endpoint = URI(@options[:endpoint]) "#{endpoint.scheme}://#{endpoint.host}#{endpoint.path}"