space_ex v0.1.0 SpaceEx.SpaceCenter.ContractParameter

A contract parameter.

See SpaceEx.SpaceCenter.Contract.get_parameters/2.

Link to this section Summary

Functions

Child contract parameters

Whether the parameter has been completed

Whether the parameter has been failed

Funds received on completion of the contract parameter

Funds lost if the contract parameter is failed

Notes for the parameter

Whether the contract parameter is optional

Reputation gained on completion of the contract parameter

Reputation lost if the contract parameter is failed

Science gained on completion of the contract parameter

Title of the parameter

Link to this section Functions

Link to this function get_children(conn, this)

Child contract parameters.

Link to this function get_completed(conn, this)

Whether the parameter has been completed.

Link to this function get_failed(conn, this)

Whether the parameter has been failed.

Link to this function get_funds_completion(conn, this)

Funds received on completion of the contract parameter.

Link to this function get_funds_failure(conn, this)

Funds lost if the contract parameter is failed.

Link to this function get_notes(conn, this)

Notes for the parameter.

Link to this function get_optional(conn, this)

Whether the contract parameter is optional.

Link to this function get_reputation_completion(conn, this)

Reputation gained on completion of the contract parameter.

Link to this function get_reputation_failure(conn, this)

Reputation lost if the contract parameter is failed.

Link to this function get_science_completion(conn, this)

Science gained on completion of the contract parameter.

Link to this function get_title(conn, this)

Title of the parameter.