Class: Cry::Compiler::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/cry/compiler.rb

Overview

Crystal compiler options

Instance Attribute Summary collapse

Instance Attribute Details

#exportObject

Returns the value of attribute export

Returns:

  • (Object)

    the current value of export



13
14
15
# File 'lib/cry/compiler.rb', line 13

def export
  @export
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



13
14
15
# File 'lib/cry/compiler.rb', line 13

def input
  @input
end

Returns the value of attribute link_flags

Returns:

  • (Object)

    the current value of link_flags



13
14
15
# File 'lib/cry/compiler.rb', line 13

def link_flags
  @link_flags
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



13
14
15
# File 'lib/cry/compiler.rb', line 13

def output
  @output
end

#releaseObject

Returns the value of attribute release

Returns:

  • (Object)

    the current value of release



13
14
15
# File 'lib/cry/compiler.rb', line 13

def release
  @release
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



13
14
15
# File 'lib/cry/compiler.rb', line 13

def target
  @target
end