Class: CaRuby::Property

Inherits:
Jinx::Property
  • Object
show all
Includes:
PropertyCharacteristics
Defined in:
lib/caruby/metadata/property.rb

Constant Summary

Constants included from PropertyCharacteristics

CaRuby::PropertyCharacteristics::SUPPORTED_FLAGS

Instance Method Summary collapse

Methods included from PropertyCharacteristics

#autogenerated?, #cascade_update_to_create?, #cascaded?, #creatable?, #fetch_saved?, #fetched?, #include_in_save_template?, #logical?, #proxied_save?, #savable_prerequisite?, #saved?, #searchable?, #sync?, #transient?, #unsaved?, #updatable?, #volatile?

Constructor Details

#initialize(attribute, declarer, type = nil, *flags) ⇒ Property

Returns a new instance of Property.



9
10
11
# File 'lib/caruby/metadata/property.rb', line 9

def initialize(attribute, declarer, type=nil, *flags)
  super
end