class Axlsx::GradientFill

def bottom=(v)

Other tags:
    See: bottom -
def bottom=(v)
  validate_format_percentage "GradientFill.bottom", v
  @bottom = v
end