Class: Lutaml::Uml::Node::Operation

Inherits:
Attribute show all
Includes:
HasName
Defined in:
lib/lutaml/uml/node/operation.rb

Instance Attribute Summary collapse

Attributes included from HasName

#name

Attributes inherited from Attribute

#access, #static

Attributes included from HasType

#type

Attributes inherited from Base

#parent

Method Summary

Methods inherited from Attribute

#initialize

Methods inherited from Base

#initialize

Methods included from HasAttributes

#update_attributes

Constructor Details

This class inherits a constructor from Lutaml::Uml::Node::Attribute

Instance Attribute Details

#abstractObject

Returns the value of attribute abstract.



13
14
15
# File 'lib/lutaml/uml/node/operation.rb', line 13

def abstract
  @abstract
end

#argumentsObject

Returns the value of attribute arguments.



13
14
15
# File 'lib/lutaml/uml/node/operation.rb', line 13

def arguments
  @arguments
end