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, initialize_exhibits, #inspect, #inspect_exhibits, #instance_of?, #kind_of?, #render

Constructor Details

This class inherits a constructor from DisplayCase::Exhibit

Instance Method Details

#exhibit_chainObject



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

def exhibit_chain
  []
end

#to_modelObject



183
184
185
# File 'lib/display_case/exhibit.rb', line 183

def to_model
  __getobj__
end