Class: Ecfr::AdminService::EcfrCorrection::CfrReference
- Inherits:
-
Object
- Object
- Ecfr::AdminService::EcfrCorrection::CfrReference
- Extended by:
- Extensible
- Includes:
- Ecfr::AttributeMethodDefinition
- Defined in:
- lib/ecfr/admin_service/ecfr_correction/cfr_reference.rb
Instance Attribute Summary collapse
-
#cfr_reference ⇒ String
readonly
CFR reference in the form ‘40 CFR 100’.
-
#hierarchy ⇒ Ecfr::Common::Hierarchy
readonly
hash of CFR hierarchy attributes.
Method Summary
Methods included from Extensible
Methods included from Ecfr::AttributeMethodDefinition
Instance Attribute Details
#cfr_reference ⇒ String (readonly)
CFR reference in the form ‘40 CFR 100’
8 9 |
# File 'lib/ecfr/admin_service/ecfr_correction/cfr_reference.rb', line 8 attribute :cfr_reference, desc: "CFR reference in the form '40 CFR 100'" |
#hierarchy ⇒ Ecfr::Common::Hierarchy (readonly)
hash of CFR hierarchy attributes
11 12 13 |
# File 'lib/ecfr/admin_service/ecfr_correction/cfr_reference.rb', line 11 attribute :hierarchy, type: Ecfr::Common::Hierarchy, desc: "hash of CFR hierarchy attributes" |