Class: Swagger::Blocks::ModelsNode
Overview
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Node
#as_json, call, #data, #is_swagger_1_2?, #is_swagger_2_0?, #key
Instance Method Details
#merge!(other_models_node) ⇒ Object
720 721 722 |
# File 'lib/swagger/blocks.rb', line 720 def merge!(other_models_node) self.data.merge!(other_models_node.data) end |