Method: PulpAnsibleClient::CollectionMetadataResponse#==
- Defined in:
- lib/pulp_ansible_client/models/collection_metadata_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
158 159 160 161 162 163 164 165 166 167 168 169 170 171 |
# File 'lib/pulp_ansible_client/models/collection_metadata_response.rb', line 158 def ==(o) return true if self.equal?(o) self.class == o.class && == o. && contents == o.contents && dependencies == o.dependencies && description == o.description && documentation == o.documentation && homepage == o.homepage && issues == o.issues && license == o.license && repository == o.repository && == o. end |