Class: MilkTea::Run::Result
- Inherits:
-
Data
- Object
- Data
- MilkTea::Run::Result
- Defined in:
- lib/milk_tea/tooling/run.rb
Instance Attribute Summary collapse
-
#archive_path ⇒ Object
readonly
Returns the value of attribute archive_path.
-
#bundle_root ⇒ Object
readonly
Returns the value of attribute bundle_root.
-
#c_path ⇒ Object
readonly
Returns the value of attribute c_path.
-
#cached ⇒ Object
readonly
Returns the value of attribute cached.
-
#compiler ⇒ Object
readonly
Returns the value of attribute compiler.
-
#exit_status ⇒ Object
readonly
Returns the value of attribute exit_status.
-
#link_flags ⇒ Object
readonly
Returns the value of attribute link_flags.
-
#output_path ⇒ Object
readonly
Returns the value of attribute output_path.
-
#platform ⇒ Object
readonly
Returns the value of attribute platform.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
#stdout ⇒ Object
readonly
Returns the value of attribute stdout.
Instance Attribute Details
#archive_path ⇒ Object (readonly)
Returns the value of attribute archive_path
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def archive_path @archive_path end |
#bundle_root ⇒ Object (readonly)
Returns the value of attribute bundle_root
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def bundle_root @bundle_root end |
#c_path ⇒ Object (readonly)
Returns the value of attribute c_path
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def c_path @c_path end |
#cached ⇒ Object (readonly)
Returns the value of attribute cached
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def cached @cached end |
#compiler ⇒ Object (readonly)
Returns the value of attribute compiler
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def compiler @compiler end |
#exit_status ⇒ Object (readonly)
Returns the value of attribute exit_status
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def exit_status @exit_status end |
#link_flags ⇒ Object (readonly)
Returns the value of attribute link_flags
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def link_flags @link_flags end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def output_path @output_path end |
#platform ⇒ Object (readonly)
Returns the value of attribute platform
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def platform @platform end |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def stderr @stderr end |
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout
209 210 211 |
# File 'lib/milk_tea/tooling/run.rb', line 209 def stdout @stdout end |