Sha256: 0a783d510f8d99de2770fc2af40228b1236970c5b0224dca54caf2ca0421f3ff
Contents?: true
Size: 329 Bytes
Versions: 4
Compression:
Stored size: 329 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/research_document_response" module ONEAccess module Response class ResearchDocumentResponse extend Serializable represented_by Representer::ResearchDocumentResponse attr_accessor :api_status_code attr_accessor :data end end end
Version data entries
4 entries across 4 versions & 1 rubygems