Class: Woyo::Location
- Inherits:
-
WorldObject
- Object
- WorldObject
- Woyo::Location
- Defined in:
- lib/woyo/world/location.rb
Instance Attribute Summary
Attributes inherited from WorldObject
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
#here ⇒ Object
17 18 19 |
# File 'lib/woyo/world/location.rb', line 17 def here self end |
#initialize_object ⇒ Object
9 10 11 |
# File 'lib/woyo/world/location.rb', line 9 def initialize_object super end |
#world ⇒ Object
13 14 15 |
# File 'lib/woyo/world/location.rb', line 13 def world context end |