class

Sellia::CLI::Config::TunnelConfig

Inherits YAML::Serializable / Reference / Object

Constructors

new(port : Int32, type : String = "http", subdomain : String | Nil = nil, auth : String | Nil = nil, local_host : String = "localhost")
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

auth
Source
auth=(auth : String | Nil)
Source
local_host
Source
local_host=(local_host : String)
Source
port
Source
port=(port : Int32)
Source
subdomain
Source
subdomain=(subdomain : String | Nil)
Source
type
Source
type=(type : String)
Source