Method: Fdoc::Service#endpoints

Defined in:
lib/fdoc/service.rb

#endpointsObject



60
61
62
63
64
# File 'lib/fdoc/service.rb', line 60

def endpoints
  endpoint_paths.map do |path|
    Fdoc::Endpoint.new(path, self)
  end
end