Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 556 Bytes

File metadata and controls

22 lines (16 loc) · 556 Bytes

RankVectors::ImplementationResponse

Properties

Name Type Description Notes
success Boolean Whether any implementations succeeded
results Array<ImplementationResult> Individual implementation results
summary ImplementationSummary

Example

require 'rankvectors'

instance = RankVectors::ImplementationResponse.new(
  success: true,
  results: null,
  summary: null
)