Class: RBS::Definition::Ancestor::Instance
- Inherits:
-
Struct
- Object
- Struct
- RBS::Definition::Ancestor::Instance
- Defined in:
- lib/rbs/definition.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
119 120 121 |
# File 'lib/rbs/definition.rb', line 119 def args @args end |
#name ⇒ Object
Returns the value of attribute name
119 120 121 |
# File 'lib/rbs/definition.rb', line 119 def name @name end |