class ICrystal::Config

Included Modules

Defined in:

icrystal/kernel.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def control_port : Int32 #

[View source]
def control_port=(control_port : Int32) #

[View source]
def hb_port : Int32 #

[View source]
def hb_port=(hb_port : Int32) #

[View source]
def iopub_port : Int32 #

[View source]
def iopub_port=(iopub_port : Int32) #

[View source]
def ip : String #

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

[View source]
def key : String #

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

[View source]
def shell_port : Int32 #

[View source]
def shell_port=(shell_port : Int32) #

[View source]
def signature_scheme : String #

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

[View source]
def stdin_port : Int32 #

[View source]
def stdin_port=(stdin_port : Int32) #

[View source]
def transport : String #

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

[View source]