Class: LinkedResearchMetadata::Transformer::Project
- Includes:
- Shared
- Defined in:
- lib/linked_research_metadata/transformer/project.rb
Overview
Project transformer
Instance Method Summary collapse
-
#initialize(config) ⇒ Project
constructor
A new instance of Project.
-
#transform(uuid:) ⇒ RDF::Graph
Project transformation.
Methods inherited from Base
Constructor Details
#initialize(config) ⇒ Project
Returns a new instance of Project.
15 16 17 |
# File 'lib/linked_research_metadata/transformer/project.rb', line 15 def initialize(config) super end |
Instance Method Details
#transform(uuid:) ⇒ RDF::Graph
Project transformation
23 24 25 |
# File 'lib/linked_research_metadata/transformer/project.rb', line 23 def transform(uuid:) super uuid: uuid, resource: :project end |