Class: Container

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

Overview

An openable and lockable receptacle.

Instance Attribute Summary

Attributes included from Gamefic::Standard::Lockable

#lock_key

Attributes included from Gamefic::Standard::Enterable

#enterable

Method Summary

Methods included from Gamefic::Standard::Lockable

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

Methods included from Gamefic::Standard::Openable

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

Methods included from Gamefic::Standard::Enterable

#enterable?