Class: Distem::TopologyStore::TopologyReader
- Inherits:
-
StoreBase
- Object
- StoreBase
- Distem::TopologyStore::TopologyReader
- Defined in:
- lib/distem/topologystore/topologyreader.rb
Overview
Base interface for the loading methods
Direct Known Subclasses
Instance Method Summary (collapse)
-
- (TopologyReader) initialize
constructor
A new instance of TopologyReader.
-
- (Object) parse(inputstr)
Parse the input string and return a hash that describes the vplatform ==== Attributes *
inputstr
The String to parse ==== Returns Hash object that describes the platform (see Lib::Validator).
Constructor Details
- (TopologyReader) initialize
Returns a new instance of TopologyReader
7 8 |
# File 'lib/distem/topologystore/topologyreader.rb', line 7 def initialize() end |
Instance Method Details
- (Object) parse(inputstr)
Parse the input string and return a hash that describes the vplatform
Attributes
-
inputstr
The String to parse
Returns
Hash object that describes the platform (see Lib::Validator)
16 17 |
# File 'lib/distem/topologystore/topologyreader.rb', line 16 def parse(inputstr) end |