Class: TRMNLP::Commands::Serve::Options

Inherits:
Data
  • Object
show all
Defined in:
lib/trmnlp/commands/serve.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindObject (readonly)

Returns the value of attribute bind

Returns:

  • (Object)

    the current value of bind



11
12
13
# File 'lib/trmnlp/commands/serve.rb', line 11

def bind
  @bind
end

#dirObject (readonly)

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



11
12
13
# File 'lib/trmnlp/commands/serve.rb', line 11

def dir
  @dir
end

#portObject (readonly)

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



11
12
13
# File 'lib/trmnlp/commands/serve.rb', line 11

def port
  @port
end

#quietObject (readonly)

Returns the value of attribute quiet

Returns:

  • (Object)

    the current value of quiet



11
12
13
# File 'lib/trmnlp/commands/serve.rb', line 11

def quiet
  @quiet
end