Class: Agris::Credentials::Anonymous

Inherits:
Object
  • Object
show all
Defined in:
lib/agris/credentials/anonymous.rb

Instance Method Summary collapse

Instance Method Details

#apply(options) ⇒ Object



5
6
7
8
# File 'lib/agris/credentials/anonymous.rb', line 5

def apply(options)
  # noop
  options
end