Class: Woyo::Location

Inherits:
WorldObject show all
Defined in:
lib/woyo/world/location.rb

Instance Attribute Summary

Attributes inherited from WorldObject

#_test, #context, #id

Instance Method Summary collapse

Methods inherited from WorldObject

#attribute_changes, #attribute_clear_changes, #changes, #clear_changes, #initialize, #uid

Methods included from Evaluate

#children, #evaluate, included

Methods included from Attributes

#attribute, #attributes, #changes, #clear_changes, #define_attr, #define_attr!, #define_attr?, #define_attr_default, #define_attr_equals, #define_attr_methods, #dependent_changes, #exclusion, #exclusions, #group, #groups, #is, #is?, #track_changes

Constructor Details

This class inherits a constructor from Woyo::WorldObject

Instance Method Details

#hereObject



17
18
19
# File 'lib/woyo/world/location.rb', line 17

def here
  self
end

#initialize_objectObject



9
10
11
# File 'lib/woyo/world/location.rb', line 9

def initialize_object
  super
end

#worldObject



13
14
15
# File 'lib/woyo/world/location.rb', line 13

def world
  context
end