Class: Railroader::ASTFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/railroader/file_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#astObject

Returns the value of attribute ast



2
3
4
# File 'lib/railroader/file_parser.rb', line 2

def ast
  @ast
end

#pathObject

Returns the value of attribute path



2
3
4
# File 'lib/railroader/file_parser.rb', line 2

def path
  @path
end