class MStrap::Defs::ProfileDef

Defined in:

mstrap/defs/profile_def.cr

Constructors

Instance Method Summary

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

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

[View source]
def self.new #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def merge!(other : self) #

[View source]
def projects : Array(MStrap::Defs::ProjectDef) #

[View source]
def projects=(projects : Array(MStrap::Defs::ProjectDef)) #

[View source]
def runtimes : Array(MStrap::Defs::RuntimeDef) #

[View source]
def runtimes=(runtimes : Array(MStrap::Defs::RuntimeDef)) #

[View source]
def version : String #

[View source]
def version=(version : String) #

[View source]