# File lib/rabl/helpers.rb, line 15
    def data_object_attribute(data)
      attribute = @_object.__send__(data)
      attribute = attribute.as_json if is_collection?(attribute, false) && attribute.respond_to?(:as_json)
      attribute
    end