Class: Container

Inherits:
Receptacle show all
Includes:
Lockable, Openable
Defined in:
lib/gamefic-standard/entities/container.rb

Overview

An openable and lockable receptacle.

Instance Attribute Summary

Attributes included from Lockable

#lock_key

Attributes included from Enterable

#enterable

Method Summary

Methods included from Lockable

#lock_key?, #locked=, #locked?, #open=, #unlocked?

Methods included from Openable

#accessible?, #closed?, #open=, #open?

Methods included from Enterable

#enterable?