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