Class: Schema::Controls::Schema::TransientAttributes::Example
- Inherits:
-
Object
- Object
- Schema::Controls::Schema::TransientAttributes::Example
- Includes:
- Schema
- Defined in:
- lib/schema/controls/schema.rb
Class Method Summary collapse
Methods included from Schema
#==, #all_attributes, #attributes, #get_attributes, #hash, included, #raw_attributes, #to_h
Class Method Details
.transient_attributes ⇒ Object
89 90 91 92 93 |
# File 'lib/schema/controls/schema.rb', line 89 def self.transient_attributes [ :yet_another_attribute ] end |