Method: BlueprintClient::NodeAttributes#==
- Defined in:
- lib/blueprint_ruby_client/models/node_attributes.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
260 261 262 263 264 265 266 267 268 269 270 271 |
# File 'lib/blueprint_ruby_client/models/node_attributes.rb', line 260 def ==(o) return true if self.equal?(o) self.class == o.class && title == o.title && description == o.description && valid_from == o.valid_from && valid_to == o.valid_to && student_numbers == o.student_numbers && domain_ids == o.domain_ids && reminder_date == o.reminder_date && deadline == o.deadline end |