module EasyApiDoc::Options
Public Class Methods
authenticate_with(&block)
click to toggle source
# File lib/easy_api_doc/options.rb, line 5 def authenticate_with(&block) @authenticate = block if block @authenticate || Proc.new {} end