Class: Labimotion::Models::Element

Inherits:
ApplicationRecord
  • Object
show all
Includes:
GenericRevisions, Segmentable
Defined in:
lib/labimotion/models/element.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Segmentable

#save_segments

Methods included from GenericRevisions

#create_vault, #delete_attachments, #save_to_vault

Instance Attribute Details

#can_copyObject

Returns the value of attribute can_copy.



11
12
13
# File 'lib/labimotion/models/element.rb', line 11

def can_copy
  @can_copy
end