module AppleDEPClient::Account
Constants
- FETCH_PATH
Public Class Methods
fetch()
click to toggle source
# File lib/apple_dep_client/account.rb, line 6 def self.fetch AppleDEPClient::Request.make_request(AppleDEPClient::Request.make_url(FETCH_PATH), :get, "") end