lib/models/dictionary.rb in microsoft_graph-0.19.0 vs lib/models/dictionary.rb in microsoft_graph-0.20.0

- old
+ new

@@ -34,10 +34,10 @@ def initialize() @additional_data = Hash.new end ## ## Creates a new instance of the appropriate class based on discriminator value - ## @param parseNode The parse node to use to read the discriminator value and create the object + ## @param parse_node The parse node to use to read the discriminator value and create the object ## @return a dictionary ## def self.create_from_discriminator_value(parse_node) raise StandardError, 'parse_node cannot be null' if parse_node.nil? mapping_value_node = parse_node.get_child_node("@odata.type")