class MStrap::Defs::RuntimeConfigDef
- MStrap::Defs::RuntimeConfigDef
- Reference
- Object
Included Modules
- HCL::Serializable
Defined in:
mstrap/defs/runtime_config_def.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
- #manager : String | Nil
- #manager=(manager : String | Nil)
- #name : String
- #name=(name : String)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.