struct Sabo::Parameter

Defined in:

sabo/parameter.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(value : Type, *, namespace : Nil | String = nil) #

[View source]

Class Method Detail

def self.from_array(array : Array, *, namespace = nil) #

[View source]
def self.from_hash(hash : Hash, *, namespace = nil) #

[View source]

Instance Method Detail

def namespace : String? #

[View source]
def value : Array(Sabo::Parameter) | Bool | Float32 | Float64 | Hash(String, Sabo::Parameter) | Int16 | Int32 | Int64 | Int8 | String | UInt128 | UInt16 | UInt32 | UInt64 | UInt8 #

[View source]