Class: Hypertube::Sdk::Tools::ActivationHelper
- Inherits:
-
Object
- Object
- Hypertube::Sdk::Tools::ActivationHelper
- Defined in:
- lib/hypertube-ruby-sdk/sdk/tools/activation_helper.rb
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.
14 15 16 |
# File 'lib/hypertube-ruby-sdk/sdk/tools/activation_helper.rb', line 14 def temporary_license_key @temporary_license_key end |
.working_directory ⇒ Object
Returns the value of attribute working_directory.
14 15 16 |
# File 'lib/hypertube-ruby-sdk/sdk/tools/activation_helper.rb', line 14 def working_directory @working_directory end |
Class Method Details
.get_license_key ⇒ Object
16 17 18 19 20 |
# File 'lib/hypertube-ruby-sdk/sdk/tools/activation_helper.rb', line 16 def get_license_key get_license_key_from_file rescue StandardError @temporary_license_key end |