We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc66cc commit f05c322Copy full SHA for f05c322
1 file changed
lib/drip/resources/tag.rb
@@ -5,5 +5,10 @@ class Tag < Resource
5
def self.resource_name
6
"tag"
7
end
8
+
9
+ def initialize(raw_data = {})
10
+ @raw_attributes = raw_data.dup.freeze
11
+ @attributes = @raw_attributes
12
+ end
13
14
0 commit comments