Class: MilkTea::Run::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/run.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



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def archive_path
  @archive_path
end

#bundle_rootObject (readonly)

Returns the value of attribute bundle_root

Returns:

  • (Object)

    the current value of bundle_root



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def bundle_root
  @bundle_root
end

#c_pathObject (readonly)

Returns the value of attribute c_path

Returns:

  • (Object)

    the current value of c_path



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def c_path
  @c_path
end

#cachedObject (readonly)

Returns the value of attribute cached

Returns:

  • (Object)

    the current value of cached



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def cached
  @cached
end

#compilerObject (readonly)

Returns the value of attribute compiler

Returns:

  • (Object)

    the current value of compiler



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def compiler
  @compiler
end

#exit_statusObject (readonly)

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def exit_status
  @exit_status
end

Returns the value of attribute link_flags

Returns:

  • (Object)

    the current value of link_flags



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def link_flags
  @link_flags
end

#output_pathObject (readonly)

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def output_path
  @output_path
end

#platformObject (readonly)

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def platform
  @platform
end

#stderrObject (readonly)

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def stderr
  @stderr
end

#stdoutObject (readonly)

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



211
212
213
# File 'lib/milk_tea/tooling/run.rb', line 211

def stdout
  @stdout
end