Class: SystemRDL::Evaluator::InstArgs
- Inherits:
-
Data
- Object
- Data
- SystemRDL::Evaluator::InstArgs
- Defined in:
- lib/systemrdl/evaluator/component_insts.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
100 101 102 |
# File 'lib/systemrdl/evaluator/component_insts.rb', line 100 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
100 101 102 |
# File 'lib/systemrdl/evaluator/component_insts.rb', line 100 def type @type end |
#values ⇒ Object (readonly)
Returns the value of attribute values
100 101 102 |
# File 'lib/systemrdl/evaluator/component_insts.rb', line 100 def values @values end |