Class: LicenseManagerSdk::InstallationResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/licensemanager_sdk/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#already_registeredObject

Returns the value of attribute already_registered

Returns:

  • (Object)

    the current value of already_registered



3
4
5
# File 'lib/licensemanager_sdk/models.rb', line 3

def already_registered
  @already_registered
end

#authorizedObject

Returns the value of attribute authorized

Returns:

  • (Object)

    the current value of authorized



3
4
5
# File 'lib/licensemanager_sdk/models.rb', line 3

def authorized
  @authorized
end

#installation_idObject

Returns the value of attribute installation_id

Returns:

  • (Object)

    the current value of installation_id



3
4
5
# File 'lib/licensemanager_sdk/models.rb', line 3

def installation_id
  @installation_id
end