module Edmunds::Media

Public Instance Methods

send_request(path, options={}) click to toggle source
# File lib/edmunds/media.rb, line 4
def send_request(path, options={})
  api_call 'media', path, options
end