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



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

def cities
  @cities
end

#histogramObject

Returns the value of attribute histogram



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

def histogram
  @histogram
end

#labelsObject

Returns the value of attribute labels



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

def labels
  @labels
end

Returns the value of attribute links



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

def links
  @links
end

#nodesObject

Returns the value of attribute nodes



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

def nodes
  @nodes
end

#optionsObject

Returns the value of attribute options



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

def options
  @options
end