Class: Quill::Endpoint::Ping

Inherits:
Base
  • Object
show all
Defined in:
lib/quill/endpoints.rb

Instance Attribute Summary

Attributes inherited from Base

#api, #name

Instance Method Summary collapse

Methods inherited from Base

#check_keys, #initialize, #list, #update

Constructor Details

This class inherits a constructor from Quill::Endpoint::Base

Instance Method Details

#create(*args) ⇒ Object

Alive check.

Parameters:

  • properties (Hash)

    properties for create



83
84
85
# File 'lib/quill/endpoints.rb', line 83

def create *args
  super
end

#find(*args) ⇒ Object

Alive check.



75
76
77
# File 'lib/quill/endpoints.rb', line 75

def find *args
  super
end