class MStrap::Defs::UserDef

Included Modules

Defined in:

mstrap/defs/user_def.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(node : HCL::AST::Body, ctx : HCL::ExpressionContext) #

[View source]
def self.new(name : Nil | String = nil, email : Nil | String = nil, github : Nil | String = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def email : String | Nil #

[View source]
def email=(email : String | Nil) #

[View source]
def github : String | Nil #

[View source]
def github=(github : String | Nil) #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]