Class: RubyLabs::TSPLab::MapView

Inherits:
Struct
  • Object
show all
Defined in:
lib/tsplab.rb

Instance Attribute Summary collapse

Instance Attribute Details

#citiesObject

Returns the value of attribute cities

Returns:

  • (Object)

    the current value of cities



22
23
24
# File 'lib/tsplab.rb', line 22

def cities
  @cities
end

#histogramObject

Returns the value of attribute histogram

Returns:

  • (Object)

    the current value of histogram



22
23
24
# File 'lib/tsplab.rb', line 22

def histogram
  @histogram
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



22
23
24
# File 'lib/tsplab.rb', line 22

def labels
  @labels
end

Returns the value of attribute links

Returns:

  • (Object)

    the current value of links



22
23
24
# File 'lib/tsplab.rb', line 22

def links
  @links
end

#nodesObject

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



22
23
24
# File 'lib/tsplab.rb', line 22

def nodes
  @nodes
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



22
23
24
# File 'lib/tsplab.rb', line 22

def options
  @options
end