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