class BinData::AcceptedParametersPlugin::AcceptedParameters

def all

def all
  (@mandatory + @optional + @default.keys).uniq
end