lib/launchdarkly_api/models/usage.rb in launchdarkly_api-5.0.1 vs lib/launchdarkly_api/models/usage.rb in launchdarkly_api-5.0.2

- old
+ new

@@ -1,14 +1,14 @@ =begin #LaunchDarkly REST API #Build custom integrations with the LaunchDarkly REST API -OpenAPI spec version: 5.0.1 +OpenAPI spec version: 5.0.2 Contact: support@launchdarkly.com Generated by: https://github.com/swagger-api/swagger-codegen.git -Swagger Codegen version: 2.4.8 +Swagger Codegen version: 2.4.17 =end require 'date' @@ -92,11 +92,11 @@ # @return [Object] Returns the model itself def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /\AArray<(.*)>/i - # check to ensure the input is an array given that the the attribute + # check to ensure the input is an array given that the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? @@ -188,7 +188,8 @@ value.to_hash else value end end + end end