Sha256: a65284d1f784c150be8b82c7be09a11add5d886785f7134e125c357208440afd
Contents?: true
Size: 402 Bytes
Versions: 54
Compression:
Stored size: 402 Bytes
Contents
class Ey::Core::Client class Real def get_possible_provider_locations(type) request( :path => "/providers/#{type}/locations" ) end end class Mock def get_possible_provider_locations(type) response( :body => {"locations" => self.data[:possible_provider_locations][type]}, :status => 200, :headers => {}, ) end end end
Version data entries
54 entries across 54 versions & 3 rubygems