Class: TdlSpace::ArrayChainSignalMethod
- Inherits:
-
Object
- Object
- TdlSpace::ArrayChainSignalMethod
- Defined in:
- lib/tdl/elements/originclass.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(symb) ⇒ ArrayChainSignalMethod
constructor
A new instance of ArrayChainSignalMethod.
Constructor Details
#initialize(symb) ⇒ ArrayChainSignalMethod
Returns a new instance of ArrayChainSignalMethod.
5 6 7 |
# File 'lib/tdl/elements/originclass.rb', line 5 def initialize(symb) @name = symb end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
4 5 6 |
# File 'lib/tdl/elements/originclass.rb', line 4 def name @name end |