Class: Ecfr::AdminService::EditorialNote::Hierarchy
- Inherits:
-
Object
- Object
- Ecfr::AdminService::EditorialNote::Hierarchy
- Extended by:
- Extensible
- Includes:
- Ecfr::AttributeMethodDefinition
- Defined in:
- lib/ecfr/admin_service/editorial_note/hierarchy.rb
Instance Attribute Summary collapse
-
#part ⇒ String
readonly
Part identifier.
-
#section ⇒ String
readonly
Section identifier.
-
#subpart ⇒ String
readonly
Subpart identifier.
-
#title ⇒ String
readonly
Title number.
Method Summary
Methods included from Extensible
Methods included from Ecfr::AttributeMethodDefinition
Instance Attribute Details
#part ⇒ String (readonly)
Part identifier
10 11 |
# File 'lib/ecfr/admin_service/editorial_note/hierarchy.rb', line 10 attribute :part, desc: "Part identifier" |
#section ⇒ String (readonly)
Section identifier
14 15 |
# File 'lib/ecfr/admin_service/editorial_note/hierarchy.rb', line 14 attribute :section, desc: "Section identifier" |
#subpart ⇒ String (readonly)
Subpart identifier
12 13 |
# File 'lib/ecfr/admin_service/editorial_note/hierarchy.rb', line 12 attribute :subpart, desc: "Subpart identifier" |
#title ⇒ String (readonly)
Title number
8 9 |
# File 'lib/ecfr/admin_service/editorial_note/hierarchy.rb', line 8 attribute :title, desc: "Title number" |