Class: Labimotion::Models::Element
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Labimotion::Models::Element
- Includes:
- GenericRevisions, Segmentable
- Defined in:
- lib/labimotion/models/element.rb
Instance Attribute Summary collapse
-
#can_copy ⇒ Object
Returns the value of attribute can_copy.
Method Summary
Methods included from Segmentable
Methods included from GenericRevisions
#create_vault, #delete_attachments, #save_to_vault
Instance Attribute Details
#can_copy ⇒ Object
Returns the value of attribute can_copy.
11 12 13 |
# File 'lib/labimotion/models/element.rb', line 11 def can_copy @can_copy end |