Exception: Purdie::MetadataException
- Inherits:
-
Exception
- Object
- Exception
- Purdie::MetadataException
- Defined in:
- lib/purdie/exceptions.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#service ⇒ Object
readonly
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize(service, message) ⇒ MetadataException
constructor
A new instance of MetadataException.
Constructor Details
#initialize(service, message) ⇒ MetadataException
Returns a new instance of MetadataException.
22 23 24 25 |
# File 'lib/purdie/exceptions.rb', line 22 def initialize service, @service = service = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
20 21 22 |
# File 'lib/purdie/exceptions.rb', line 20 def end |
#service ⇒ Object (readonly)
Returns the value of attribute service.
20 21 22 |
# File 'lib/purdie/exceptions.rb', line 20 def service @service end |