Module: DryOpenApi::EquatableAsContent

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



3
4
5
# File 'lib/dry_open_api/equatable_as_content.rb', line 3

def ==(other)
  all_instance_variables == other.all_instance_variables
end