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