Class: Conductor::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/nf-conductor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#service_envObject

Returns the value of attribute service_env.



50
51
52
# File 'lib/nf-conductor.rb', line 50

def service_env
  @service_env
end

#service_uriObject

Returns the value of attribute service_uri.



50
51
52
# File 'lib/nf-conductor.rb', line 50

def service_uri
  @service_uri
end

#verboseObject

Returns the value of attribute verbose.



50
51
52
# File 'lib/nf-conductor.rb', line 50

def verbose
  @verbose
end