Module Creatable
In: lib/creatable.rb
lib/creatable/version.rb
lib/creatable/class_methods.rb

Main module you include in your class

Methods

Classes and Modules

Module Creatable::ClassMethods

Constants

VERSION = '2.3.1'.freeze # VERSION

Public Class methods

Override to load the ClassMethods @param [Object] object @return [Void]

Public Instance methods

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

[Validate]