lib/dropbox-sign/models/sub_cc.rb in dropbox-sign-1.6.0 vs lib/dropbox-sign/models/sub_cc.rb in dropbox-sign-1.6.1
- old
+ new
@@ -70,11 +70,11 @@
# Attempt to instantiate and hydrate a new instance of this class
# @param [Object] data Data to be converted
# @return [SubCC]
def self.init(data)
- return ApiClient.default.convert_to_type(
+ ApiClient.default.convert_to_type(
data,
"SubCC"
) || SubCC.new
end
@@ -261,9 +261,7 @@
value.to_hash(include_nil)
else
value
end
end
-
end
-
end