Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/github_import/representation/lfs_object.rb')
-rw-r--r--lib/gitlab/github_import/representation/lfs_object.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/gitlab/github_import/representation/lfs_object.rb b/lib/gitlab/github_import/representation/lfs_object.rb
index 716e77bf401..153a1680577 100644
--- a/lib/gitlab/github_import/representation/lfs_object.rb
+++ b/lib/gitlab/github_import/representation/lfs_object.rb
@@ -4,10 +4,7 @@ module Gitlab
module GithubImport
module Representation
class LfsObject
- include ToHash
- include ExposeAttribute
-
- attr_reader :attributes
+ include Representable
expose_attribute :oid, :link, :size