Class: LicenseManagerSdk::InstallationResult
- Inherits:
-
Struct
- Object
- Struct
- LicenseManagerSdk::InstallationResult
- Defined in:
- lib/licensemanager_sdk/models.rb
Instance Attribute Summary collapse
-
#already_registered ⇒ Object
Returns the value of attribute already_registered.
-
#authorized ⇒ Object
Returns the value of attribute authorized.
-
#installation_id ⇒ Object
Returns the value of attribute installation_id.
Instance Attribute Details
#already_registered ⇒ Object
Returns the value of attribute already_registered
3 4 5 |
# File 'lib/licensemanager_sdk/models.rb', line 3 def already_registered @already_registered end |
#authorized ⇒ Object
Returns the value of attribute authorized
3 4 5 |
# File 'lib/licensemanager_sdk/models.rb', line 3 def @authorized end |
#installation_id ⇒ Object
Returns the value of attribute installation_id
3 4 5 |
# File 'lib/licensemanager_sdk/models.rb', line 3 def installation_id @installation_id end |