Class: ClassHDL::HDLAssignGenerateBlock
- Inherits:
-
Object
- Object
- ClassHDL::HDLAssignGenerateBlock
- Defined in:
- lib/tdl/class_hdl/hdl_generate.rb
Instance Attribute Summary collapse
-
#opertor_chains ⇒ Object
Returns the value of attribute opertor_chains.
Instance Method Summary collapse
-
#initialize ⇒ HDLAssignGenerateBlock
constructor
A new instance of HDLAssignGenerateBlock.
- #instance ⇒ Object
Constructor Details
#initialize ⇒ HDLAssignGenerateBlock
Returns a new instance of HDLAssignGenerateBlock.
7 8 9 |
# File 'lib/tdl/class_hdl/hdl_generate.rb', line 7 def initialize @opertor_chains = [] end |
Instance Attribute Details
#opertor_chains ⇒ Object
Returns the value of attribute opertor_chains.
5 6 7 |
# File 'lib/tdl/class_hdl/hdl_generate.rb', line 5 def opertor_chains @opertor_chains end |
Instance Method Details
#instance ⇒ Object
11 12 13 |
# File 'lib/tdl/class_hdl/hdl_generate.rb', line 11 def instance end |