class CrystalSDK::Base

Constants

API_URL

Attributes

key[RW]

Public Class Methods

key!() click to toggle source
# File lib/crystal_sdk/base.rb, line 9
def key!
  raise ApiKeyNotSet unless key
  key
end