class MStrap::Defs::ProfileConfigDef

Direct Known Subclasses

Defined in:

mstrap/defs/profile_config_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(name : String, url : String, revision : 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 dir #

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

See Object#hash(hasher)


def merge!(other : self) #

[View source]
def name : String #

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

[View source]
def path #

[View source]
def revision : String | Nil #

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

[View source]
def url : String #

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

[View source]