Skip to content

Commit f05c322

Browse files
committed
Revert "Remove duplicate initializer"
This reverts commit 44d0e6d.
1 parent dcc66cc commit f05c322

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/drip/resources/tag.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ class Tag < Resource
55
def self.resource_name
66
"tag"
77
end
8+
9+
def initialize(raw_data = {})
10+
@raw_attributes = raw_data.dup.freeze
11+
@attributes = @raw_attributes
12+
end
813
end
914
end

0 commit comments

Comments
 (0)