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

Version Path
ey-core-3.6.0.autoscaling1 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.6.4 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.6.3 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.6.1 lib/ey-core/requests/get_possible_provider_locations.rb
groove-ey-core-3.6.3 lib/ey-core/requests/get_possible_provider_locations.rb
groove-ey-core-3.6.2 lib/ey-core/requests/get_possible_provider_locations.rb
groove-ey-core-3.6.1 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.5.0 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.4.4 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.4.2 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.4.1 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.4.0 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.3.1 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.3.0 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.2.6 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.2.5 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.2.4 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.2.3 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.2.2 lib/ey-core/requests/get_possible_provider_locations.rb
ey-core-3.2.1 lib/ey-core/requests/get_possible_provider_locations.rb