Module: PrestoSqlParser::ClassMethods

Included in:
PrestoSqlParser
Defined in:
lib/presto_sql_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#jar_pathObject

Returns the value of attribute jar_path.



8
9
10
# File 'lib/presto_sql_parser.rb', line 8

def jar_path
  @jar_path
end

#java_argsObject

Returns the value of attribute java_args.



6
7
8
# File 'lib/presto_sql_parser.rb', line 6

def java_args
  @java_args
end

#java_cmdObject

Returns the value of attribute java_cmd.



5
6
7
# File 'lib/presto_sql_parser.rb', line 5

def java_cmd
  @java_cmd
end

#java_envObject

Returns the value of attribute java_env.



7
8
9
# File 'lib/presto_sql_parser.rb', line 7

def java_env
  @java_env
end