Class: ActivationHelper
- Inherits:
-
Object
- Object
- ActivationHelper
- Defined in:
- lib/javonet-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.
9 10 11 |
# File 'lib/javonet-ruby-sdk/sdk/tools/activation_helper.rb', line 9 def temporary_license_key @temporary_license_key end |
.working_directory ⇒ Object
Returns the value of attribute working_directory.
9 10 11 |
# File 'lib/javonet-ruby-sdk/sdk/tools/activation_helper.rb', line 9 def working_directory @working_directory end |
Class Method Details
.get_license_key ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/javonet-ruby-sdk/sdk/tools/activation_helper.rb', line 11 def get_license_key begin get_license_key_from_file rescue @temporary_license_key end end |