Class: Envm::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/envm/parser.rb

Direct Known Subclasses

YamlParser

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(filepath) ⇒ Parser

Returns a new instance of Parser.



22
23
24
# File 'lib/envm/parser.rb', line 22

def initialize(filepath)
  self.filepath = filepath
end

Instance Attribute Details

#filepathObject

Returns the value of attribute filepath.



20
21
22
# File 'lib/envm/parser.rb', line 20

def filepath
  @filepath
end

Instance Method Details

#parseObject



26
27
# File 'lib/envm/parser.rb', line 26

def parse
end