Class: UCD::Node::Method
- Includes:
- HasName
- Defined in:
- lib/ucd/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 UCD::Node::Field
Instance Attribute Details
#abstract ⇒ Object
Returns the value of attribute abstract.
11 12 13 |
# File 'lib/ucd/node/method.rb', line 11 def abstract @abstract end |
#arguments ⇒ Object
Returns the value of attribute arguments.
17 18 19 |
# File 'lib/ucd/node/method.rb', line 17 def arguments @arguments end |