class LavinMQ::Parameter

Included Modules

Defined in:

lavinmq/parameter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(component_name : String | Nil, parameter_name : String, value : JSON::Any) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def component_name : String | Nil #

[View source]
def name #

[View source]
def parameter_name : String #

[View source]
def value : JSON::Any #

[View source]
def value=(value : JSON::Any) #

[View source]