Class: DisplayCase::Exhibit::Exhibited

Inherits:
DisplayCase::Exhibit show all
Defined in:
lib/display_case/exhibit.rb

Overview

The terminator for the exhibit chain, and a marker that an object has been through the exhibit process

Instance Attribute Summary

Attributes inherited from DisplayCase::Exhibit

#context

Instance Method Summary collapse

Methods inherited from DisplayCase::Exhibit

#__class__, #__instance_of__?, #__kind_of__?, applicable_to?, #cache, #class, class_comparator, #exhibit, exhibit, exhibit_if_applicable, #exhibited?, exhibited_object?, exhibits, inherited, #initialize, #inspect, #inspect_exhibits, #instance_of?, #kind_of?, #render

Constructor Details

This class inherits a constructor from DisplayCase::Exhibit

Instance Method Details

#exhibit_chainObject



174
175
176
# File 'lib/display_case/exhibit.rb', line 174

def exhibit_chain
  []
end

#to_modelObject



178
179
180
# File 'lib/display_case/exhibit.rb', line 178

def to_model
  __getobj__
end