Exception: Purdie::LicenseException
- Inherits:
-
Exception
- Object
- Exception
- Purdie::LicenseException
- Defined in:
- lib/purdie/license_manager.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#service ⇒ Object
readonly
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize(service, name) ⇒ LicenseException
constructor
A new instance of LicenseException.
Constructor Details
#initialize(service, name) ⇒ LicenseException
Returns a new instance of LicenseException.
34 35 36 37 |
# File 'lib/purdie/license_manager.rb', line 34 def initialize service, name @service = service @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
32 33 34 |
# File 'lib/purdie/license_manager.rb', line 32 def name @name end |
#service ⇒ Object (readonly)
Returns the value of attribute service.
32 33 34 |
# File 'lib/purdie/license_manager.rb', line 32 def service @service end |