Class: MilkTea::Build::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/build.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archive_pathObject (readonly)

Returns the value of attribute archive_path

Returns:

  • (Object)

    the current value of archive_path



71
72
73
# File 'lib/milk_tea/tooling/build.rb', line 71

def archive_path
  @archive_path
end

#bundle_rootObject (readonly)

Returns the value of attribute bundle_root

Returns:

  • (Object)

    the current value of bundle_root



71
72
73
# File 'lib/milk_tea/tooling/build.rb', line 71

def bundle_root
  @bundle_root
end

#c_pathObject (readonly)

Returns the value of attribute c_path

Returns:

  • (Object)

    the current value of c_path



71
72
73
# File 'lib/milk_tea/tooling/build.rb', line 71

def c_path
  @c_path
end

#cachedObject (readonly)

Returns the value of attribute cached

Returns:

  • (Object)

    the current value of cached



71
72
73
# File 'lib/milk_tea/tooling/build.rb', line 71

def cached
  @cached
end

#compilerObject (readonly)

Returns the value of attribute compiler

Returns:

  • (Object)

    the current value of compiler



71
72
73
# File 'lib/milk_tea/tooling/build.rb', line 71

def compiler
  @compiler
end

Returns the value of attribute link_flags

Returns:

  • (Object)

    the current value of link_flags



71
72
73
# File 'lib/milk_tea/tooling/build.rb', line 71

def link_flags
  @link_flags
end

#output_pathObject (readonly)

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



71
72
73
# File 'lib/milk_tea/tooling/build.rb', line 71

def output_path
  @output_path
end

#platformObject (readonly)

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



71
72
73
# File 'lib/milk_tea/tooling/build.rb', line 71

def platform
  @platform
end

#profileObject (readonly)

Returns the value of attribute profile

Returns:

  • (Object)

    the current value of profile



71
72
73
# File 'lib/milk_tea/tooling/build.rb', line 71

def profile
  @profile
end