Class: MilkTea::ImportedBindings::Generator::MethodSource

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/bindings/imported_bindings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#function_orderObject (readonly)

Returns the value of attribute function_order

Returns:

  • (Object)

    the current value of function_order



137
138
139
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137

def function_order
  @function_order
end

#functionsObject (readonly)

Returns the value of attribute functions

Returns:

  • (Object)

    the current value of functions



137
138
139
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137

def functions
  @functions
end

#import_aliasObject (readonly)

Returns the value of attribute import_alias

Returns:

  • (Object)

    the current value of import_alias



137
138
139
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137

def import_alias
  @import_alias
end

#import_specsObject (readonly)

Returns the value of attribute import_specs

Returns:

  • (Object)

    the current value of import_specs



137
138
139
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137

def import_specs
  @import_specs
end

#imports_by_aliasObject (readonly)

Returns the value of attribute imports_by_alias

Returns:

  • (Object)

    the current value of imports_by_alias



137
138
139
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137

def imports_by_alias
  @imports_by_alias
end

#module_kindObject (readonly)

Returns the value of attribute module_kind

Returns:

  • (Object)

    the current value of module_kind



137
138
139
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137

def module_kind
  @module_kind
end

#module_nameObject (readonly)

Returns the value of attribute module_name

Returns:

  • (Object)

    the current value of module_name



137
138
139
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137

def module_name
  @module_name
end

#module_pathObject (readonly)

Returns the value of attribute module_path

Returns:

  • (Object)

    the current value of module_path



137
138
139
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137

def module_path
  @module_path
end

#public_type_namesObject (readonly)

Returns the value of attribute public_type_names

Returns:

  • (Object)

    the current value of public_type_names



137
138
139
# File 'lib/milk_tea/bindings/imported_bindings.rb', line 137

def public_type_names
  @public_type_names
end