class MStrap::Defs::ProfileDef
- MStrap::Defs::ProfileDef
- MStrap::Defs::Def
- Reference
- Object
Defined in:
mstrap/defs/profile_def.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
- #merge!(other : self)
- #projects : Array(MStrap::Defs::ProjectDef)
- #projects=(projects : Array(MStrap::Defs::ProjectDef))
- #runtimes : Array(MStrap::Defs::RuntimeDef)
- #runtimes=(runtimes : Array(MStrap::Defs::RuntimeDef))
- #version : String
- #version=(version : String)
Instance methods inherited from class MStrap::Defs::Def
merge!(other : self)merge!(others : Array(self)) merge!
Constructor methods inherited from class MStrap::Defs::Def
new(node : HCL::AST::Body, ctx : HCL::ExpressionContext)
new
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?
.