Class: Spawn::SpawnId
- Inherits:
-
Object
- Object
- Spawn::SpawnId
- Defined in:
- lib/spawn.rb
Instance Attribute Summary collapse
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(t, h) ⇒ SpawnId
constructor
A new instance of SpawnId.
Constructor Details
#initialize(t, h) ⇒ SpawnId
Returns a new instance of SpawnId.
129 130 131 132 |
# File 'lib/spawn.rb', line 129 def initialize(t, h) self.type = t self.handle = h end |
Instance Attribute Details
#handle ⇒ Object
Returns the value of attribute handle.
128 129 130 |
# File 'lib/spawn.rb', line 128 def handle @handle end |
#type ⇒ Object
Returns the value of attribute type.
127 128 129 |
# File 'lib/spawn.rb', line 127 def type @type end |