Method: ObjectCopy#excluded_attributes

Defined in:
lib/translate/copy/object_copy.rb

#excluded_attributes(object) ⇒ Object



67
68
69
# File 'lib/translate/copy/object_copy.rb', line 67

def excluded_attributes(object)
  object.typedef.reference_attributes(true).keys
end