Class: Ecfr::VersionerService::IssuePackage::ShaComparison
- Inherits:
-
Object
- Object
- Ecfr::VersionerService::IssuePackage::ShaComparison
- Includes:
- AttributeMethodDefinition
- Defined in:
- lib/ecfr/versioner_service/issue_package/sha_comparison.rb
Overview
A wrapper for sha values after various types of processing
Instance Attribute Summary collapse
-
#no_blanks_sha ⇒ String
readonly
file sha with all whitespace removed.
-
#sha ⇒ String
readonly
base file sha.
-
#some_blanks_sha ⇒ String
readonly
file sha with some whitespace removed.
Method Summary
Methods included from AttributeMethodDefinition
Instance Attribute Details
#no_blanks_sha ⇒ String (readonly)
file sha with all whitespace removed
14 15 |
# File 'lib/ecfr/versioner_service/issue_package/sha_comparison.rb', line 14 attribute :no_blanks_sha, desc: "file sha with all whitespace removed" |
#sha ⇒ String (readonly)
base file sha
8 9 |
# File 'lib/ecfr/versioner_service/issue_package/sha_comparison.rb', line 8 attribute :sha, desc: "base file sha" |
#some_blanks_sha ⇒ String (readonly)
file sha with some whitespace removed
11 12 |
# File 'lib/ecfr/versioner_service/issue_package/sha_comparison.rb', line 11 attribute :some_blanks_sha, desc: "file sha with some whitespace removed" |