class TheWalters::Location

Locations are locations within the Walters Art Museum where the various museum objects are on view. If an object is not on view, it will be associated with a 'not on view' location.

Private Class Methods

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

Public Instance Methods

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