Class: Nonnative::Configuration
- Inherits:
-
Object
- Object
- Nonnative::Configuration
- Defined in:
- lib/nonnative/configuration.rb
Instance Attribute Summary collapse
-
#port ⇒ Object
Returns the value of attribute port.
-
#process ⇒ Object
Returns the value of attribute process.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#port ⇒ Object
Returns the value of attribute port.
7 8 9 |
# File 'lib/nonnative/configuration.rb', line 7 def port @port end |
#process ⇒ Object
Returns the value of attribute process.
5 6 7 |
# File 'lib/nonnative/configuration.rb', line 5 def process @process end |
#timeout ⇒ Object
Returns the value of attribute timeout.
6 7 8 |
# File 'lib/nonnative/configuration.rb', line 6 def timeout @timeout end |