Class: Mxrb::Architecture::Node
- Inherits:
-
Data
- Object
- Data
- Mxrb::Architecture::Node
- Defined in:
- lib/mxrb/architecture/graph.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'lib/mxrb/architecture/graph.rb', line 5 def id @id end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
5 6 7 |
# File 'lib/mxrb/architecture/graph.rb', line 5 def kind @kind end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
5 6 7 |
# File 'lib/mxrb/architecture/graph.rb', line 5 def @metadata end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
5 6 7 |
# File 'lib/mxrb/architecture/graph.rb', line 5 def module_name @module_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/mxrb/architecture/graph.rb', line 5 def name @name end |