class Simulator::DeviceSet

Overview

A Stack of (n) number of certain device type

Defined in:

models.cr

Constructors

Instance Method Summary

Instance methods inherited from class Simulator::Device

hardware : Hash(String, Simulator::HardwareSet) hardware, hardware=(hardware : Hash(String, Simulator::HardwareSet)) hardware=

Constructor methods inherited from class Simulator::Device

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

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

A Stack of (n) number of certain device type


[View source]

Instance Method Detail

def nr : Int32 #

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

[View source]