Class: Pubid::Iso::Identifier::TechnicalCommittee
- Inherits:
-
Base
- Object
- Core::Identifier::Base
- Base
- Pubid::Iso::Identifier::TechnicalCommittee
- Defined in:
- lib/pubid/iso/identifier/technical_committee.rb
Constant Summary collapse
- TYPED_STAGES =
{}.freeze
Instance Attribute Summary
Attributes inherited from Base
#addendum, #base, #dirtype, #iteration, #joint_document, #scnumber, #sctype, #stage, #supplement, #supplements, #tcnumber, #tctype, #typed_stage, #wgnumber, #wgtype
Class Method Summary collapse
Methods inherited from Base
#find_typed_stage, get_amendment_class, get_corrigendum_class, #get_params, get_parser_class, get_transformer_class, get_update_codes, has_typed_stage?, #initialize, #render_joint_document, #resolve_format, #resolve_typed_stage, #root, supplement_by_type, supplements_has_type?, #to_s, transform, transform_supplements, type_match?, #typed_stage_abbrev, #typed_stage_name, #urn
Constructor Details
This class inherits a constructor from Pubid::Iso::Identifier::Base
Class Method Details
.get_renderer_class ⇒ Object
14 15 16 |
# File 'lib/pubid/iso/identifier/technical_committee.rb', line 14 def self.get_renderer_class Renderer::TechnicalCommittee end |
.type ⇒ Object
10 11 12 |
# File 'lib/pubid/iso/identifier/technical_committee.rb', line 10 def self.type { key: :tc, title: "Technical Committee" } end |