Class: ExtendedProperties

Inherits:
Inform::Object show all
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

implicit_table_name

Methods included from StoryTeller::InheritanceListener

included

Constructor Details

This class inherits a constructor from Inform::Object

Instance Method Details

#initObject



542
543
544
545
# File 'lib/story_teller/inform/relational/object.rb', line 542

def init
  has :proper
  super
end