class TheWalters::Geography

Geographies are locations on Earth where museum objects have been created or discovered, or locations that an object depicts or mentions.

Private Class Methods

api_path() click to toggle source
# File lib/thewalters/geography.rb, line 12
def self.api_path; "geographies" end

Public Instance Methods

objects(params) click to toggle source
# File lib/thewalters/geography.rb, line 6
def objects(params)
  TheWalters::Geography.get_objects(self.GeographyID, params)
end