module Vscale::Background

Public Instance Methods

images() click to toggle source
# File lib/vscale/api/background.rb, line 7
def images
  get('images')
end
locations() click to toggle source
# File lib/vscale/api/background.rb, line 3
def locations
  get('locations')
end