| Module | Creatable |
| In: |
lib/creatable.rb
lib/creatable/version.rb lib/creatable/class_methods.rb |
Main module you include in your class
| VERSION | = | '2.3.1'.freeze # VERSION |
Returns the names of the attributes. @return [Array] list of names of the attributes
Returns the hash of built attributes @return [Hash] the name, type, and kind_of built attributes.
Returns the settings of all attributes. @return [Hash] k/v pairs of the current class attributes