Class: UCD::Node::Method

Inherits:
Field show all
Includes:
HasName
Defined in:
lib/ucd/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 UCD::Node::Field

Instance Attribute Details

#abstractObject

Returns the value of attribute abstract.



11
12
13
# File 'lib/ucd/node/method.rb', line 11

def abstract
  @abstract
end

#argumentsObject

Returns the value of attribute arguments.



17
18
19
# File 'lib/ucd/node/method.rb', line 17

def arguments
  @arguments
end