Class: Mxrb::Architecture::Node

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/architecture/graph.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/mxrb/architecture/graph.rb', line 5

def id
  @id
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



5
6
7
# File 'lib/mxrb/architecture/graph.rb', line 5

def kind
  @kind
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



5
6
7
# File 'lib/mxrb/architecture/graph.rb', line 5

def 
  @metadata
end

#module_nameObject (readonly)

Returns the value of attribute module_name

Returns:

  • (Object)

    the current value of module_name



5
6
7
# File 'lib/mxrb/architecture/graph.rb', line 5

def module_name
  @module_name
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/mxrb/architecture/graph.rb', line 5

def name
  @name
end