Class: Ecfr::VersionerService::IssuePackage::TitleVersion
- Inherits:
-
Object
- Object
- Ecfr::VersionerService::IssuePackage::TitleVersion
- Includes:
- AttributeMethodDefinition
- Defined in:
- lib/ecfr/versioner_service/issue_package/title_version.rb
Overview
TitleVersion represents the full XML for a specific title for a single issue date.
Instance Attribute Summary collapse
-
#id ⇒ Integer
readonly
title version database id.
-
#sgml_sourced_xml_sha ⇒ String
readonly
sha of of xml file converted from SGML with tables converted from the GPO table format.
Method Summary
Methods included from AttributeMethodDefinition
Instance Attribute Details
#id ⇒ Integer (readonly)
title version database id
9 10 11 |
# File 'lib/ecfr/versioner_service/issue_package/title_version.rb', line 9 attribute :id, type: :integer, desc: "title version database id" |
#sgml_sourced_xml_sha ⇒ String (readonly)
sha of of xml file converted from SGML with tables converted from the GPO table format
13 14 |
# File 'lib/ecfr/versioner_service/issue_package/title_version.rb', line 13 attribute :sgml_sourced_xml_sha, desc: "sha of of xml file converted from SGML with tables converted from the GPO table format" |