class TheWalters::Collection

A collection is a group of artworks, artifacts, or similar items within the Walters Art Museum. Collections at the Walters are grouped by primarily by culture and sometimes by date.

Private Class Methods

api_path() click to toggle source
# File lib/thewalters/collection.rb, line 13
def self.api_path; "collections" end

Public Instance Methods

objects(params) click to toggle source
# File lib/thewalters/collection.rb, line 7
def objects(params)
  TheWalters::Collection.get_objects(self.CollectionID, params)
end