Class: Pubid::Bsi::Identifier::PubliclyAvailableSpecification
- Inherits:
-
Base
- Object
- Core::Identifier::Base
- Base
- Pubid::Bsi::Identifier::PubliclyAvailableSpecification
- Defined in:
- lib/pubid/bsi/identifier/publicly_available_specification.rb
Instance Attribute Summary
Attributes inherited from Base
#adopted, #month, #pdf, #supplement, #tracked_changes, #translation
Class Method Summary collapse
Methods inherited from Base
get_parser_class, get_transformer_class, #initialize, transform, transform_expert_commentary, transform_hash, transform_national_annex
Constructor Details
This class inherits a constructor from Pubid::Bsi::Identifier::Base
Class Method Details
.get_renderer_class ⇒ Object
10 11 12 |
# File 'lib/pubid/bsi/identifier/publicly_available_specification.rb', line 10 def self.get_renderer_class Renderer::PubliclyAvailableSpecification end |
.type ⇒ Object
6 7 8 |
# File 'lib/pubid/bsi/identifier/publicly_available_specification.rb', line 6 def self.type { key: :pas, title: "Publicly Available Specification", short: "PAS" } end |