Class: RBS::Definition::Ancestor::ExtensionInstance

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbs/definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



76
77
78
# File 'lib/rbs/definition.rb', line 76

def args
  @args
end

#extension_nameObject

Returns the value of attribute extension_name

Returns:

  • (Object)

    the current value of extension_name



76
77
78
# File 'lib/rbs/definition.rb', line 76

def extension_name
  @extension_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



76
77
78
# File 'lib/rbs/definition.rb', line 76

def name
  @name
end