Class: Origen::Tester::J750::Parser::Flows
- Inherits:
-
Parser::SearchableArray
- Object
- Array
- Parser::SearchableArray
- Origen::Tester::J750::Parser::Flows
- Defined in:
- lib/origen/tester/j750/parser/flows.rb
Instance Attribute Summary (collapse)
-
- (Object) parser
Returns the value of attribute parser.
Instance Method Summary (collapse)
- - (Object) import(file)
-
- (Flows) initialize(options = {})
constructor
A new instance of Flows.
- - (Object) inspect
Methods inherited from Parser::SearchableArray
Methods inherited from Array
#dups, #dups?, #dups_with_index, #ids
Constructor Details
- (Flows) initialize(options = {})
Returns a new instance of Flows
8 9 10 |
# File 'lib/origen/tester/j750/parser/flows.rb', line 8 def initialize( = {}) @parser = [:parser] end |
Instance Attribute Details
- (Object) parser
Returns the value of attribute parser
6 7 8 |
# File 'lib/origen/tester/j750/parser/flows.rb', line 6 def parser @parser end |