Class: GoogleChart::Fills::StripesFill
- Inherits:
-
Struct
- Object
- Struct
- GoogleChart::Fills::StripesFill
- 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) type
Returns the value of attribute type.
-
- (Object) widths
Returns the value of attribute widths.
Instance Attribute Details
- (Object) angle
Returns the value of attribute angle
13 14 15 |
# File 'lib/google_chart/modules/fills.rb', line 13 def angle @angle end |
- (Object) colors
Returns the value of attribute colors
13 14 15 |
# File 'lib/google_chart/modules/fills.rb', line 13 def colors @colors end |
- (Object) type
Returns the value of attribute type
13 14 15 |
# File 'lib/google_chart/modules/fills.rb', line 13 def type @type end |
- (Object) widths
Returns the value of attribute widths
13 14 15 |
# File 'lib/google_chart/modules/fills.rb', line 13 def widths @widths end |