Class: GoogleChart::Markers::ShapeMarker
- Inherits:
-
Struct
- Object
- Struct
- GoogleChart::Markers::ShapeMarker
- Defined in:
- lib/google_chart/modules/markers.rb
Instance Attribute Summary (collapse)
-
- (Object) color
Returns the value of attribute color.
-
- (Object) data_point
Returns the value of attribute data_point.
-
- (Object) data_set
Returns the value of attribute data_set.
-
- (Object) priority
Returns the value of attribute priority.
-
- (Object) shape
Returns the value of attribute shape.
-
- (Object) size
Returns the value of attribute size.
-
- (Object) text
Returns the value of attribute text.
Instance Attribute Details
- (Object) color
Returns the value of attribute color
23 24 25 |
# File 'lib/google_chart/modules/markers.rb', line 23 def color @color end |
- (Object) data_point
Returns the value of attribute data_point
23 24 25 |
# File 'lib/google_chart/modules/markers.rb', line 23 def data_point @data_point end |
- (Object) data_set
Returns the value of attribute data_set
23 24 25 |
# File 'lib/google_chart/modules/markers.rb', line 23 def data_set @data_set end |
- (Object) priority
Returns the value of attribute priority
23 24 25 |
# File 'lib/google_chart/modules/markers.rb', line 23 def priority @priority end |
- (Object) shape
Returns the value of attribute shape
23 24 25 |
# File 'lib/google_chart/modules/markers.rb', line 23 def shape @shape end |
- (Object) size
Returns the value of attribute size
23 24 25 |
# File 'lib/google_chart/modules/markers.rb', line 23 def size @size end |
- (Object) text
Returns the value of attribute text
23 24 25 |
# File 'lib/google_chart/modules/markers.rb', line 23 def text @text end |