Class: Cry::Compiler::Options
- Inherits:
-
Struct
- Object
- Struct
- Cry::Compiler::Options
- Defined in:
- lib/cry/compiler.rb
Overview
Crystal compiler options
Instance Attribute Summary collapse
-
#export ⇒ Object
Returns the value of attribute export.
-
#input ⇒ Object
Returns the value of attribute input.
-
#link_flags ⇒ Object
Returns the value of attribute link_flags.
-
#output ⇒ Object
Returns the value of attribute output.
-
#release ⇒ Object
Returns the value of attribute release.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#export ⇒ Object
Returns the value of attribute export
13 14 15 |
# File 'lib/cry/compiler.rb', line 13 def export @export end |
#input ⇒ Object
Returns the value of attribute input
13 14 15 |
# File 'lib/cry/compiler.rb', line 13 def input @input end |
#link_flags ⇒ Object
Returns the value of attribute link_flags
13 14 15 |
# File 'lib/cry/compiler.rb', line 13 def link_flags @link_flags end |
#output ⇒ Object
Returns the value of attribute output
13 14 15 |
# File 'lib/cry/compiler.rb', line 13 def output @output end |
#release ⇒ Object
Returns the value of attribute release
13 14 15 |
# File 'lib/cry/compiler.rb', line 13 def release @release end |
#target ⇒ Object
Returns the value of attribute target
13 14 15 |
# File 'lib/cry/compiler.rb', line 13 def target @target end |