Class: GoogleChart::Fills::GradientFill
- Inherits:
-
Struct
- Object
- Struct
- GoogleChart::Fills::GradientFill
- Defined in:
- lib/google_chart/modules/fills.rb
Instance Attribute Summary (collapse)
-
- (Object) angle
Returns the value of attribute angle.
-
- (Object) colors
Returns the value of attribute colors.
-
- (Object) offsets
Returns the value of attribute offsets.
-
- (Object) type
Returns the value of attribute type.
Instance Attribute Details
- (Object) angle
Returns the value of attribute angle
12 13 14 |
# File 'lib/google_chart/modules/fills.rb', line 12 def angle @angle end |
- (Object) colors
Returns the value of attribute colors
12 13 14 |
# File 'lib/google_chart/modules/fills.rb', line 12 def colors @colors end |
- (Object) offsets
Returns the value of attribute offsets
12 13 14 |
# File 'lib/google_chart/modules/fills.rb', line 12 def offsets @offsets end |
- (Object) type
Returns the value of attribute type
12 13 14 |
# File 'lib/google_chart/modules/fills.rb', line 12 def type @type end |