Module: CrystalSDK
- Defined in:
- lib/crystal_sdk.rb,
lib/crystal_sdk/api.rb,
lib/crystal_sdk/base.rb,
lib/crystal_sdk/profile.rb,
lib/crystal_sdk/version.rb,
lib/crystal_sdk/profile/errors.rb,
lib/crystal_sdk/profile/request.rb
Defined Under Namespace
Classes: Api, Base, Profile
Constant Summary
collapse
- VERSION =
'1.1.0'.freeze
Class Method Summary
collapse
Class Method Details
.api_key ⇒ Object
21
22
23
|
# File 'lib/crystal_sdk.rb', line 21
def api_key
Base.key
end
|
.api_key=(value) ⇒ Object
25
26
27
|
# File 'lib/crystal_sdk.rb', line 25
def api_key=(value)
Base.key = value
end
|
.key ⇒ Object
13
14
15
|
# File 'lib/crystal_sdk.rb', line 13
def key
Base.key
end
|
.key=(value) ⇒ Object
17
18
19
|
# File 'lib/crystal_sdk.rb', line 17
def key=(value)
Base.key = value
end
|