databasedotcom_additions 0.6.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@ module Databasedotcom
42
42
  def serialize
43
43
  o = {}
44
44
  SERIALIZE_PROPERTIES.each do |prop|
45
- o[prop] = client.send(prop.to_sym)
45
+ o[prop] = self.send(prop.to_sym)
46
46
  end
47
47
  o
48
48
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: databasedotcom_additions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: