Class: Klenod::Runtime::ModuleSpec

Inherits:
Data
  • Object
show all
Defined in:
lib/klenod/runtime/bundle.rb

Instance Attribute Summary collapse

Instance Attribute Details

#constant_nameObject (readonly)

Returns the value of attribute constant_name

Returns:

  • (Object)

    the current value of constant_name



5
6
7
# File 'lib/klenod/runtime/bundle.rb', line 5

def constant_name
  @constant_name
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/klenod/runtime/bundle.rb', line 5

def id
  @id
end

#importsObject (readonly)

Returns the value of attribute imports

Returns:

  • (Object)

    the current value of imports



5
6
7
# File 'lib/klenod/runtime/bundle.rb', line 5

def imports
  @imports
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



5
6
7
# File 'lib/klenod/runtime/bundle.rb', line 5

def source
  @source
end

#source_mapObject (readonly)

Returns the value of attribute source_map

Returns:

  • (Object)

    the current value of source_map



5
6
7
# File 'lib/klenod/runtime/bundle.rb', line 5

def source_map
  @source_map
end

#source_pathObject (readonly)

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



5
6
7
# File 'lib/klenod/runtime/bundle.rb', line 5

def source_path
  @source_path
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/klenod/runtime/bundle.rb', line 5

def version
  @version
end