module NCMB
Constants
- API_VERSION
- DOMAIN
- SCRIPT_API_VERSION
- SCRIPT_DOMAIN
Public Class Methods
CurrentUser()
click to toggle source
# File lib/ncmb/client.rb, line 235 def NCMB.CurrentUser @@current_user end
initialize(params = {})
click to toggle source
# File lib/ncmb/client.rb, line 226 def NCMB.initialize(params = {}) defaulted = { application_key: ENV["NCMB_APPLICATION_KEY"], client_key: ENV["NCMB_CLIENT_KEY"] } defaulted.merge!(params) @@client = Client.new(defaulted) end