Module: NcsNavigator
- Defined in:
- lib/ncs_navigator/mdes.rb,
lib/ncs_navigator/mdes/version.rb
Defined Under Namespace
Modules: Mdes
Class Method Summary collapse
-
.Mdes(version, options = {}) ⇒ Mdes::Specification
A new Mdes::Specification for the given version.
Class Method Details
.Mdes(version, options = {}) ⇒ Mdes::Specification
Returns a new NcsNavigator::Mdes::Specification for the given version. See NcsNavigator::Mdes::Specification#initialize for accepted options.
30 31 32 |
# File 'lib/ncs_navigator/mdes.rb', line 30 def self.Mdes(version, ={}) Mdes::Specification.new(version, ) end |