Method: BlueprintClient::TemplateBody#==
- Defined in:
- lib/blueprint_ruby_client/models/template_body.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
113 114 115 116 117 118 |
# File 'lib/blueprint_ruby_client/models/template_body.rb', line 113 def ==(o) return true if self.equal?(o) self.class == o.class && data == o.data && == o. end |