Class: Ecfr::VersionerService::IssuePackage::TitleVersion

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from AttributeMethodDefinition

included, #initialize

Instance Attribute Details

#idInteger (readonly)

title version database id

Returns:

  • (Integer)


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_shaString (readonly)

sha of of xml file converted from SGML with tables converted from the GPO table format

Returns:

  • (String)


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"