lib/domains/item/promote/promote_response.rb in microsoft_graph-0.19.0 vs lib/domains/item/promote/promote_response.rb in microsoft_graph-0.20.0
- old
+ new
@@ -38,10 +38,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 promote_response
##
def self.create_from_discriminator_value(parse_node)
raise StandardError, 'parse_node cannot be null' if parse_node.nil?
return PromoteResponse.new