Class: Mxrb::Semantic::Artifact

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/semantic/index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/mxrb/semantic/index.rb', line 9

def id
  @id
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



9
10
11
# File 'lib/mxrb/semantic/index.rb', line 9

def kind
  @kind
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



9
10
11
# File 'lib/mxrb/semantic/index.rb', line 9

def 
  @metadata
end

#module_nameObject (readonly)

Returns the value of attribute module_name

Returns:

  • (Object)

    the current value of module_name



9
10
11
# File 'lib/mxrb/semantic/index.rb', line 9

def module_name
  @module_name
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/mxrb/semantic/index.rb', line 9

def name
  @name
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/mxrb/semantic/index.rb', line 9

def path
  @path
end

#qualified_nameObject (readonly)

Returns the value of attribute qualified_name

Returns:

  • (Object)

    the current value of qualified_name



9
10
11
# File 'lib/mxrb/semantic/index.rb', line 9

def qualified_name
  @qualified_name
end

#unit_idObject (readonly)

Returns the value of attribute unit_id

Returns:

  • (Object)

    the current value of unit_id



9
10
11
# File 'lib/mxrb/semantic/index.rb', line 9

def unit_id
  @unit_id
end