Class: Betsy::Other

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/betsy/other.rb

Class Method Summary collapse

Methods included from Model

included, #initialize

Class Method Details

.pingObject



9
10
11
# File 'lib/betsy/other.rb', line 9

def self.ping
  make_request(:get, "/v3/application/openapi-ping")
end