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

- old
+ new

@@ -40,10 +40,10 @@ def initialize() super 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 directory ## def self.create_from_discriminator_value(parse_node) raise StandardError, 'parse_node cannot be null' if parse_node.nil? return Directory.new