class Playbook::PbProgressSimple::ProgressSimple
def number_value
def number_value validate_required_progress_props if percent validate_percent percent else validate_value_max (value * 100) / max end end
def number_value validate_required_progress_props if percent validate_percent percent else validate_value_max (value * 100) / max end end