module Minter::Api::StatusResource

Public Instance Methods

status() click to toggle source
# File lib/minter/api/resources/status_resource.rb, line 6
def status
  path = "/status"
  get(path)
end