struct CB::Model::ConfigurationParameter

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(component : String | Nil = nil, enum __arg0 : Array(String) = [] of String, min_value : String | Nil = nil, max_value : String | Nil = nil, name : String = "", parameter_name : String | Nil = nil, requires_restart : Bool = false, value : String | Nil = nil) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def clone #

def component : String | Nil #

def copy_with(component _component = @component, enum _enum = @enum, min_value _min_value = @min_value, max_value _max_value = @max_value, name _name = @name, parameter_name _parameter_name = @parameter_name, requires_restart _requires_restart = @requires_restart, value _value = @value) #

def enum : Array(String) #

def max_value : String | Nil #

def min_value : String | Nil #

def name : String #

def parameter_name : String | Nil #

def requires_restart : Bool #

def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).


[View source]
def value : String | Nil #

def value_str #

[View source]