Class: ActivationHelper
- Inherits:
-
Object
- Object
- ActivationHelper
- Defined in:
- lib/hypertube-ruby-sdk/sdk/tools/activation_helper.rb
Overview
frozen_string_literal: true
Class Attribute Summary collapse
-
.temporary_license_key ⇒ Object
Returns the value of attribute temporary_license_key.
-
.working_directory ⇒ Object
Returns the value of attribute working_directory.
Class Method Summary collapse
Class Attribute Details
.temporary_license_key ⇒ Object
Returns the value of attribute temporary_license_key.
11 12 13 |
# File 'lib/hypertube-ruby-sdk/sdk/tools/activation_helper.rb', line 11 def temporary_license_key @temporary_license_key end |
.working_directory ⇒ Object
Returns the value of attribute working_directory.
11 12 13 |
# File 'lib/hypertube-ruby-sdk/sdk/tools/activation_helper.rb', line 11 def working_directory @working_directory end |
Class Method Details
.get_license_key ⇒ Object
13 14 15 16 17 |
# File 'lib/hypertube-ruby-sdk/sdk/tools/activation_helper.rb', line 13 def get_license_key get_license_key_from_file rescue StandardError @temporary_license_key end |