Class: GD::GIS::LegendItem
- Inherits:
-
Struct
- Object
- Struct
- GD::GIS::LegendItem
- Defined in:
- lib/gd/gis/legend.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
5 6 7 |
# File 'lib/gd/gis/legend.rb', line 5 def color @color end |
#label ⇒ Object
Returns the value of attribute label
5 6 7 |
# File 'lib/gd/gis/legend.rb', line 5 def label @label end |