Class: ExtendedProperties
- Inherits:
-
Inform::Object
- #Object
- Object
- Sequel::Model
- Inform::Object
- ExtendedProperties
- Defined in:
- lib/story_teller/inform/relational/object.rb
Overview
The ExtendedProperties class
Constant Summary
Constants inherited from Inform::Object
Inform::Object::ExportFileNameTemplate, Inform::Object::JsonOptions, Inform::Object::Visited, Inform::Object::XmlFileNameTemplate, Inform::Object::XmlOptions
Instance Method Summary collapse
Methods inherited from Inform::Object
#<<, #<=>, #==, #__invoke, #_invoke, #after_clone, #after_create, #after_destroy, #after_save, #before_clone, #before_create, #before_destroy, #child, #classify_as, #clone, #description, #description=, #empty?, #encode_with, #ephemeral_children, #export_json, #export_xml, #export_yaml, fetch_or_create_by_name, #inflib, #inflib=, #initialize, #invoke, #list_together, #location, #name, #name=, #name_values, #name_words, #object_name, #parse, #print_evented_zmachine_result, #print_zmachine_result, #remove, #routines, #safe_init, #safe_refresh, #safe_save, #semaphore, #short_name, #sysclone, #tags, #tags_original, #tags_semaphore, #visited
Methods included from Inform::Modular
#after_initialize, #apply_modules, #mod, #modules, #modules_semaphore, #nil_safe_modules, #reset_modules, #unmod
Methods included from Inform::Linkable
#_set_object, #find_link, #link, #linked?, #links, #linksfrom, #linkto, #unlink
Methods inherited from Sequel::Model
Methods included from StoryTeller::InheritanceListener
Constructor Details
This class inherits a constructor from Inform::Object
Instance Method Details
#init ⇒ Object
542 543 544 545 |
# File 'lib/story_teller/inform/relational/object.rb', line 542 def init has :proper super end |