Class: T2Flow::Port
- Inherits:
-
Object
- Object
- T2Flow::Port
- Defined in:
- lib/t2flow/model/port.rb
Instance Attribute Summary collapse
-
#descriptions ⇒ Object
Returns the value of attribute descriptions.
-
#example_values ⇒ Object
Returns the value of attribute example_values.
-
#name ⇒ Object
Returns the value of attribute name.
-
#semantic_annotation ⇒ Object
Returns the value of attribute semantic_annotation.
Instance Attribute Details
#descriptions ⇒ Object
Returns the value of attribute descriptions.
3 4 5 |
# File 'lib/t2flow/model/port.rb', line 3 def descriptions @descriptions end |
#example_values ⇒ Object
Returns the value of attribute example_values.
3 4 5 |
# File 'lib/t2flow/model/port.rb', line 3 def example_values @example_values end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/t2flow/model/port.rb', line 3 def name @name end |
#semantic_annotation ⇒ Object
Returns the value of attribute semantic_annotation.
3 4 5 |
# File 'lib/t2flow/model/port.rb', line 3 def semantic_annotation @semantic_annotation end |