Class: RgGen::Core::RegisterMap::Component
- Inherits:
-
InputBase::Component
- Object
- Base::Component
- InputBase::Component
- RgGen::Core::RegisterMap::Component
- Includes:
- Base::ComponentLayerExtension
- Defined in:
- lib/rggen/core/register_map/component.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
readonly
Returns the value of attribute configuration.
Attributes inherited from Base::Component
#children, #component_index, #depth, #layer, #parent
Method Summary
Methods inherited from InputBase::Component
#add_feature, #document_only, #document_only?, #post_build, #printables, #properties, #verify
Methods inherited from Base::Component
#add_child, #add_feature, #ancestors, #component_name, #feature, #features, #initialize, #need_children?, #need_no_children
Constructor Details
This class inherits a constructor from RgGen::Core::Base::Component
Instance Attribute Details
#configuration ⇒ Object (readonly)
Returns the value of attribute configuration.
9 10 11 |
# File 'lib/rggen/core/register_map/component.rb', line 9 def configuration @configuration end |