15 16 17 18
# File 'lib/playapi/visual.rb', line 15 def get(id) url = "api/v2/visuals/#{id}" get_object(:get, "visual", url) end