Class: Ecfr::AdminService::Issue::Change
- Inherits:
-
Object
- Object
- Ecfr::AdminService::Issue::Change
- Extended by:
- Constants::ChangeTypes, Extensible
- Includes:
- Ecfr::AttributeMethodDefinition
- Defined in:
- lib/ecfr/admin_service/issue/change.rb
Constant Summary
Constants included from Constants::ChangeTypes
Constants::ChangeTypes::KNOWN_CHANGE_TYPES
Instance Attribute Summary collapse
-
#change_description ⇒ String
readonly
CFR references that this change affects.
-
#change_type ⇒ Symbol
readonly
indicates the type of change - corresponds to the keys in Constants::ChangeTypes::KNOWN_CHANGE_TYPES.
Method Summary
Methods included from Extensible
Methods included from Ecfr::AttributeMethodDefinition
Instance Attribute Details
#change_description ⇒ String (readonly)
CFR references that this change affects
10 11 |
# File 'lib/ecfr/admin_service/issue/change.rb', line 10 attribute :change_description, desc: "CFR references that this change affects" |
#change_type ⇒ Symbol (readonly)
indicates the type of change - corresponds to the keys in Constants::ChangeTypes::KNOWN_CHANGE_TYPES
13 14 15 |
# File 'lib/ecfr/admin_service/issue/change.rb', line 13 attribute :change_type, type: :symbol, desc: "indicates the type of change - corresponds to the keys in {KNOWN_CHANGE_TYPES}" |