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
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def archive_path @archive_path end |
#bundle_root ⇒ Object (readonly)
Returns the value of attribute bundle_root
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def bundle_root @bundle_root end |
#c_path ⇒ Object (readonly)
Returns the value of attribute c_path
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def c_path @c_path end |
#cached ⇒ Object (readonly)
Returns the value of attribute cached
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def cached @cached end |
#compiler ⇒ Object (readonly)
Returns the value of attribute compiler
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def compiler @compiler end |
#exit_status ⇒ Object (readonly)
Returns the value of attribute exit_status
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def exit_status @exit_status end |
#link_flags ⇒ Object (readonly)
Returns the value of attribute link_flags
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def link_flags @link_flags end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def output_path @output_path end |
#platform ⇒ Object (readonly)
Returns the value of attribute platform
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def platform @platform end |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def stderr @stderr end |
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout
211 212 213 |
# File 'lib/milk_tea/tooling/run.rb', line 211 def stdout @stdout end |