Class: Firekassa::Balance

Inherits:
Client
  • Object
show all
Defined in:
lib/firekassa/balance.rb

Overview

Get site balance API

Instance Method Summary collapse

Methods inherited from Client

#handle_error, #interpret_response, #send_request

Instance Method Details

#getObject



9
10
11
12
# File 'lib/firekassa/balance.rb', line 9

def get
  path = "/api/v2/balance"
  send_request(method: :get, path: path)
end