class Ey::Core::Client::ProviderLocations

Public Instance Methods

discover(location_id) click to toggle source
# File lib/ey-core/collections/provider_locations.rb, line 10
def discover(location_id)
  connection.requests.new(self.connection.discover_provider_location(self.url, location_id).body["request"])
end