class Simulator::Hardware

Direct Known Subclasses

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) #

[View source]

Instance Method Detail

def cost : Float64 #

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

[View source]
def cru : Float64 #

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

[View source]
def cu_perc : Int32 #

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

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def hru : Float64 #

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

[View source]
def link : String #

[View source]
def link=(link : String) #

[View source]
def mru : Float64 #

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

[View source]
def passmark : String #

[View source]
def passmark=(passmark : String) #

[View source]
def power : Int32 #

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

[View source]
def rackspace : Float64 #

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

[View source]
def sru : Float64 #

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

[View source]
def su_perc : Int32 #

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

[View source]