class Playbook::PbProgressSimple::ProgressSimple
def validate_required_progress_props
def validate_required_progress_props unless percent || value || max raise( ProgressError, "Pass `percent` or pass both `value` and `max` to this kit." ) end end
def validate_required_progress_props unless percent || value || max raise( ProgressError, "Pass `percent` or pass both `value` and `max` to this kit." ) end end