class ActiveModel::Serializer::Reflection

def include_data(value = true)

Other tags:
    Api: - public
def include_data(value = true)
  options[:include_data_setting] = value
  :nil
end