Class: Hypertube::Sdk::Tools::ActivationHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/hypertube-ruby-sdk/sdk/tools/activation_helper.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.temporary_license_keyObject

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_directoryObject

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_keyObject



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