Method: BlueprintClient::Links#==
- Defined in:
- lib/blueprint_ruby_client/models/links.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
132 133 134 135 136 137 138 |
# File 'lib/blueprint_ruby_client/models/links.rb', line 132 def ==(o) return true if self.equal?(o) self.class == o.class && _self == o._self && _next == o._next && previous == o.previous end |