Class: Spina::AttachmentCollection
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Spina::AttachmentCollection
- Defined in:
- app/models/spina/attachment_collection.rb
Instance Attribute Summary collapse
-
#attachment_tokens ⇒ Object
Returns the value of attribute attachment_tokens.
Instance Method Summary collapse
Instance Attribute Details
#attachment_tokens ⇒ Object
Returns the value of attribute attachment_tokens.
8 9 10 |
# File 'app/models/spina/attachment_collection.rb', line 8 def @attachment_tokens end |
Instance Method Details
#content ⇒ Object
11 12 13 |
# File 'app/models/spina/attachment_collection.rb', line 11 def content self end |