Method: Playapi::Visual.get_all

Defined in:
lib/playapi/visual.rb

.get_allObject



10
11
12
13
# File 'lib/playapi/visual.rb', line 10

def get_all
	url "api/v2/visuals"
	get_object(:get, "visuals", url)
end