Class: Brocade::SAN::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/brocadesan/switch.rb

Overview

TODO: zoneshow, cfgshow and alishow tests configuration class

Class Method Summary collapse

Class Method Details

.cmd_mapping_path(_class) ⇒ Object

:nodoc:



11
12
13
# File 'lib/brocadesan/switch.rb', line 11

def self.cmd_mapping_path(_class)
  File.realpath("../config/#{_class.name.underscore}_cmd_mapping.yml",__FILE__)
end

.parser_pathObject



15
16
17
# File 'lib/brocadesan/switch.rb', line 15

def self.parser_path
  File.realpath("../config/parser_mapping.yml",__FILE__)
end