Method: ActiveEntity::ReadonlyAttributes::ClassMethods#readonly_attributes
- Defined in:
- lib/active_entity/readonly_attributes.rb
#readonly_attributes ⇒ Object
Returns an array of all the attributes that have been specified as readonly.
46 47 48 |
# File 'lib/active_entity/readonly_attributes.rb', line 46 def readonly_attributes _attr_readonly end |