summaryrefslogtreecommitdiff
path: root/lib/bitbucket/representation/url.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitbucket/representation/url.rb')
-rw-r--r--lib/bitbucket/representation/url.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/bitbucket/representation/url.rb b/lib/bitbucket/representation/url.rb
deleted file mode 100644
index 24ae1048013..00000000000
--- a/lib/bitbucket/representation/url.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-module Bitbucket
- module Representation
- class Url < Representation::Base
- def to_s
- raw.dig('links', 'self', 'href')
- end
- end
- end
-end