Class: Lutaml::Uml::Node::Method

Inherits:
Field
  • Object
show all
Includes:
HasName
Defined in:
lib/lutaml/uml/node/method.rb

Instance Attribute Summary collapse

Attributes included from HasName

#name

Attributes inherited from Field

#access, #static

Attributes included from HasType

#type

Attributes inherited from Base

#parent

Method Summary

Methods inherited from Field

#initialize

Methods inherited from Base

#initialize

Methods included from HasAttributes

#update_attributes

Constructor Details

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

Instance Attribute Details

#abstractObject

Returns the value of attribute abstract.



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

def abstract
  @abstract
end

#argumentsObject

Returns the value of attribute arguments.



19
20
21
# File 'lib/lutaml/uml/node/method.rb', line 19

def arguments
  @arguments
end