class TheWalters::Exhibition
An exhibition is an organized presentation and display of a selection of museum objects.
Private Class Methods
api_path()
click to toggle source
# File lib/thewalters/exhibition.rb, line 12 def self.api_path; "exhibitions" end
Public Instance Methods
objects(params)
click to toggle source
# File lib/thewalters/exhibition.rb, line 6 def objects(params) TheWalters::Exhibition.get_objects(self.ExhibitionID, params) end