class BinData::AcceptedParametersMixin::AcceptedParameters

def all

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