Sha256: fc2800ad94f219c1f67be6ee992660380b76709c425877f9abbcb378ef57d984
Contents?: true
Size: 451 Bytes
Versions: 17
Compression:
Stored size: 451 Bytes
Contents
# frozen_string_literal: true require_relative "../saml_info" module ONEAccess module DataObject module Representer class ResearchDocumentInfo < Representable::Decorator include Representable::JSON property :url, as: :Url, type: String property :title, as: :Title, type: String property :saml, as: :SAML, decorator: Representer::SAMLInfo, class: DataObject::SAMLInfo end end end end
Version data entries
17 entries across 17 versions & 1 rubygems