class Simulator::EnvironmentCost

Overview

Environment cost

Defined in:

models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Simulator::Model

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new
new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

Environment cost


[View source]

Instance Method Detail

def cost_maintenance_percent_of_hw : Int32 #

[View source]
def cost_maintenance_percent_of_hw=(cost_maintenance_percent_of_hw : Int32) #

[View source]
def cost_mbitsec_month : Int32 #

[View source]
def cost_mbitsec_month=(cost_mbitsec_month : Int32) #

[View source]
def cost_power_kwh : Float64 #

[View source]
def cost_power_kwh=(cost_power_kwh : Float64) #

[View source]
def cost_rack_unit : Int32 #

[View source]
def cost_rack_unit=(cost_rack_unit : Int32) #

[View source]
def months_writeoff : Int32 #

[View source]
def months_writeoff=(months_writeoff : Int32) #

[View source]