Method: FellowshipOneAPI::Configuration.environment=
- Defined in:
- lib/f1api/configuration.rb
.environment=(env_value) ⇒ Object
Set the current environment
39 40 41 |
# File 'lib/f1api/configuration.rb', line 39 def self.environment=(env_value) @environment = env_value end |