Method: FellowshipOneAPI::Configuration.file_path=
- Defined in:
- lib/f1api/configuration.rb
.file_path=(path) ⇒ Object
Explictly defines where the configuration file is
7 8 9 10 |
# File 'lib/f1api/configuration.rb', line 7 def self.file_path=(path) @config_yaml = nil @file_path = path end |