Method: Pingdom::Base.update_client
- Defined in:
- lib/pingdom/base.rb
.update_client(username:, password:, key:) ⇒ Object
12 13 14 |
# File 'lib/pingdom/base.rb', line 12 def update_client username: , password: , key: @@client = Client.new u: username, p: password, k: key end |