class MStrap::Defs::UserDef
- MStrap::Defs::UserDef
- Reference
- Object
Included Modules
- HCL::Serializable
Defined in:
mstrap/defs/user_def.crConstructors
- .new(node : HCL::AST::Body, ctx : HCL::ExpressionContext)
- .new(name : Nil | String = nil, email : Nil | String = nil, github : Nil | String = nil)
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #email : String | Nil
- #email=(email : String | Nil)
- #github : String | Nil
- #github=(github : String | Nil)
-
#hash(hasher)
See
Object#hash(hasher)
- #name : String | Nil
- #name=(name : String | Nil)
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?
.