Class: TRMNLP::Commands::Serve::Options
- Inherits:
-
Data
- Object
- Data
- TRMNLP::Commands::Serve::Options
- Defined in:
- lib/trmnlp/commands/serve.rb
Instance Attribute Summary collapse
-
#bind ⇒ Object
readonly
Returns the value of attribute bind.
-
#dir ⇒ Object
readonly
Returns the value of attribute dir.
-
#port ⇒ Object
readonly
Returns the value of attribute port.
-
#quiet ⇒ Object
readonly
Returns the value of attribute quiet.
Instance Attribute Details
#bind ⇒ Object (readonly)
Returns the value of attribute bind
11 12 13 |
# File 'lib/trmnlp/commands/serve.rb', line 11 def bind @bind end |
#dir ⇒ Object (readonly)
Returns the value of attribute dir
11 12 13 |
# File 'lib/trmnlp/commands/serve.rb', line 11 def dir @dir end |
#port ⇒ Object (readonly)
Returns the value of attribute port
11 12 13 |
# File 'lib/trmnlp/commands/serve.rb', line 11 def port @port end |
#quiet ⇒ Object (readonly)
Returns the value of attribute quiet
11 12 13 |
# File 'lib/trmnlp/commands/serve.rb', line 11 def quiet @quiet end |