Class: ActiveStorage::Attached
Relationships & Source Files | |
Namespace Children | |
Modules:
| |
Classes:
| |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Inherits: | Object |
Defined in: | activestorage/lib/active_storage/attached.rb |
Overview
Class Method Summary
- .new(name, record) ⇒ Attached constructor
Instance Attribute Summary
Constructor Details
.new(name, record) ⇒ Attached
Instance Attribute Details
#name (readonly)
[ GitHub ]# File 'activestorage/lib/active_storage/attached.rb', line 11
attr_reader :name, :record
#record (readonly)
[ GitHub ]# File 'activestorage/lib/active_storage/attached.rb', line 11
attr_reader :name, :record