Class: MilkTea::Build::Result
- Inherits:
-
Data
- Object
- Data
- MilkTea::Build::Result
- Defined in:
- lib/milk_tea/tooling/build.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.
-
#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.
-
#profile ⇒ Object
readonly
Returns the value of attribute profile.
Instance Attribute Details
#archive_path ⇒ Object (readonly)
Returns the value of attribute archive_path
71 72 73 |
# File 'lib/milk_tea/tooling/build.rb', line 71 def archive_path @archive_path end |
#bundle_root ⇒ Object (readonly)
Returns the value of attribute bundle_root
71 72 73 |
# File 'lib/milk_tea/tooling/build.rb', line 71 def bundle_root @bundle_root end |
#c_path ⇒ Object (readonly)
Returns the value of attribute c_path
71 72 73 |
# File 'lib/milk_tea/tooling/build.rb', line 71 def c_path @c_path end |
#cached ⇒ Object (readonly)
Returns the value of attribute cached
71 72 73 |
# File 'lib/milk_tea/tooling/build.rb', line 71 def cached @cached end |
#compiler ⇒ Object (readonly)
Returns the value of attribute compiler
71 72 73 |
# File 'lib/milk_tea/tooling/build.rb', line 71 def compiler @compiler end |
#link_flags ⇒ Object (readonly)
Returns the value of attribute link_flags
71 72 73 |
# File 'lib/milk_tea/tooling/build.rb', line 71 def link_flags @link_flags end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
71 72 73 |
# File 'lib/milk_tea/tooling/build.rb', line 71 def output_path @output_path end |
#platform ⇒ Object (readonly)
Returns the value of attribute platform
71 72 73 |
# File 'lib/milk_tea/tooling/build.rb', line 71 def platform @platform end |
#profile ⇒ Object (readonly)
Returns the value of attribute profile
71 72 73 |
# File 'lib/milk_tea/tooling/build.rb', line 71 def profile @profile end |