MStrap::Defs::UserDef
Inherits HCL::Serializable / Reference / Object
Constructors
new(node : HCL::AST::Body, ctx : HCL::ExpressionContext)
Sourcenew(name : Nil | String = nil, email : Nil | String = nil, github : Nil | String = nil)
SourceInstance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
email
Sourceemail=(email : String | Nil)
Sourcegithub
Sourcegithub=(github : String | Nil)
Sourcehash(hasher)
See Object#hash(hasher)
name
Sourcename=(name : String | Nil)
Source