Class: Jade::Frontend::SemanticAnalysis::Error::ConstructorNotFound::Hint

Inherits:
Data
  • Object
show all
Defined in:
lib/jade/frontend/semantic_analysis/error/constructor_not_found.rb

Overview

fix is where the (..) is missing: :expose when the module that owns the type keeps its constructors to itself, :import when it exposes them and this module's import didn't ask for them.

Instance Attribute Summary collapse

Instance Attribute Details

#fixObject (readonly)

Returns the value of attribute fix

Returns:

  • (Object)

    the current value of fix



9
10
11
# File 'lib/jade/frontend/semantic_analysis/error/constructor_not_found.rb', line 9

def fix
  @fix
end

#module_nameObject (readonly)

Returns the value of attribute module_name

Returns:

  • (Object)

    the current value of module_name



9
10
11
# File 'lib/jade/frontend/semantic_analysis/error/constructor_not_found.rb', line 9

def module_name
  @module_name
end

#type_nameObject (readonly)

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



9
10
11
# File 'lib/jade/frontend/semantic_analysis/error/constructor_not_found.rb', line 9

def type_name
  @type_name
end