Class: Lutaml::Uml::Node::Method
- Includes:
- HasName
- Defined in:
- lib/lutaml/uml/node/method.rb
Instance Attribute Summary collapse
-
#abstract ⇒ Object
Returns the value of attribute abstract.
-
#arguments ⇒ Object
Returns the value of attribute arguments.
Attributes included from HasName
Attributes inherited from Field
Attributes included from HasType
Attributes inherited from Base
Method Summary
Methods inherited from Field
Methods inherited from Base
Methods included from HasAttributes
Constructor Details
This class inherits a constructor from Lutaml::Uml::Node::Field
Instance Attribute Details
#abstract ⇒ Object
Returns the value of attribute abstract.
13 14 15 |
# File 'lib/lutaml/uml/node/method.rb', line 13 def abstract @abstract end |
#arguments ⇒ Object
Returns the value of attribute arguments.
19 20 21 |
# File 'lib/lutaml/uml/node/method.rb', line 19 def arguments @arguments end |