Class: GoogleChart::Markers::RangeMarker
- Inherits:
-
Struct
- Object
- Struct
- GoogleChart::Markers::RangeMarker
- Defined in:
- lib/google_chart/modules/markers.rb
Instance Attribute Summary (collapse)
-
- (Object) color
Returns the value of attribute color.
-
- (Object) end
Returns the value of attribute end.
-
- (Object) orientation
Returns the value of attribute orientation.
-
- (Object) start
Returns the value of attribute start.
Instance Attribute Details
- (Object) color
Returns the value of attribute color
22 23 24 |
# File 'lib/google_chart/modules/markers.rb', line 22 def color @color end |
- (Object) end
Returns the value of attribute end
22 23 24 |
# File 'lib/google_chart/modules/markers.rb', line 22 def end @end end |
- (Object) orientation
Returns the value of attribute orientation
22 23 24 |
# File 'lib/google_chart/modules/markers.rb', line 22 def orientation @orientation end |
- (Object) start
Returns the value of attribute start
22 23 24 |
# File 'lib/google_chart/modules/markers.rb', line 22 def start @start end |