Class: Pubid::Cen::Identifier::CenWorkshopAgreement

Inherits:
Base
  • Object
show all
Defined in:
lib/pubid/cen/identifier/cen_workshop_agreement.rb

Instance Attribute Summary

Attributes inherited from Base

#adopted, #supplements

Class Method Summary collapse

Methods inherited from Base

get_parser_class, get_transformer_class, #initialize, transform, transform_supplement

Constructor Details

This class inherits a constructor from Pubid::Cen::Identifier::Base

Class Method Details

.get_renderer_classObject



8
9
10
# File 'lib/pubid/cen/identifier/cen_workshop_agreement.rb', line 8

def self.get_renderer_class
  Renderer::CenWorkshopAgreement
end

.typeObject



12
13
14
# File 'lib/pubid/cen/identifier/cen_workshop_agreement.rb', line 12

def self.type
  { key: :cwa, title: "Cen Workshop Agreement", short: "CWA" }
end