Method: Train.options
- Defined in:
- lib/train.rb
.options(name) ⇒ Hash
Retrieve the configuration options of a transport plugin.
28 29 30 31 |
# File 'lib/train.rb', line 28 def self.(name) cls = load_transport(name) cls. unless cls.nil? end |