Method: Falcon::ApidomainRepoViewListItemV1#==
- Defined in:
- lib/crimson-falcon/models/apidomain_repo_view_list_item_v1.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
198 199 200 201 202 203 204 205 206 207 208 209 210 |
# File 'lib/crimson-falcon/models/apidomain_repo_view_list_item_v1.rb', line 198 def ==(o) return true if self.equal?(o) self.class == o.class && connections == o.connections && description == o.description && display_name == o.display_name && has_test_data == o.has_test_data && id == o.id && name == o.name && name_contracted == o.name_contracted && size == o.size && type_name == o.type_name end |