class Agris::Credentials::Anonymous

Public Instance Methods

apply(options) click to toggle source
# File lib/agris/credentials/anonymous.rb, line 5
def apply(options)
  # noop
  options
end