Class: RubyLabs::TSPLab::MapView
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::TSPLab::MapView
- Defined in:
- lib/tsplab.rb
Instance Attribute Summary collapse
-
#cities ⇒ Object
Returns the value of attribute cities.
-
#histogram ⇒ Object
Returns the value of attribute histogram.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#links ⇒ Object
Returns the value of attribute links.
-
#nodes ⇒ Object
Returns the value of attribute nodes.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#cities ⇒ Object
Returns the value of attribute cities
22 23 24 |
# File 'lib/tsplab.rb', line 22 def cities @cities end |
#histogram ⇒ Object
Returns the value of attribute histogram
22 23 24 |
# File 'lib/tsplab.rb', line 22 def histogram @histogram end |
#labels ⇒ Object
Returns the value of attribute labels
22 23 24 |
# File 'lib/tsplab.rb', line 22 def labels @labels end |
#links ⇒ Object
Returns the value of attribute links
22 23 24 |
# File 'lib/tsplab.rb', line 22 def links @links end |
#nodes ⇒ Object
Returns the value of attribute nodes
22 23 24 |
# File 'lib/tsplab.rb', line 22 def nodes @nodes end |
#options ⇒ Object
Returns the value of attribute options
22 23 24 |
# File 'lib/tsplab.rb', line 22 def @options end |