Class: Arver::RuntimeConfig

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/arver/runtime_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ask_passwordObject

Returns the value of attribute ask_password.



8
9
10
# File 'lib/arver/runtime_config.rb', line 8

def ask_password
  @ask_password
end

#dry_runObject

Returns the value of attribute dry_run.



8
9
10
# File 'lib/arver/runtime_config.rb', line 8

def dry_run
  @dry_run
end

#forceObject

Returns the value of attribute force.



8
9
10
# File 'lib/arver/runtime_config.rb', line 8

def force
  @force
end

#test_modeObject

Returns the value of attribute test_mode.



8
9
10
# File 'lib/arver/runtime_config.rb', line 8

def test_mode
  @test_mode
end

#trust_allObject

Returns the value of attribute trust_all.



8
9
10
# File 'lib/arver/runtime_config.rb', line 8

def trust_all
  @trust_all
end

#violenceObject

Returns the value of attribute violence.



8
9
10
# File 'lib/arver/runtime_config.rb', line 8

def violence
  @violence
end