Method: AsposeCellsCloud::GradientFill.attribute_map
- Defined in:
- lib/aspose_cells_cloud/models/gradient_fill.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
44 45 46 47 48 49 50 51 |
# File 'lib/aspose_cells_cloud/models/gradient_fill.rb', line 44 def self.attribute_map { :'fill_type' => :'FillType', :'direction_type' => :'DirectionType', :'angle' => :'Angle', :'gradient_stops' => :'GradientStops' } end |