Class: Alfresco4r::AlfUnknownException
- Inherits:
-
Object
- Object
- Alfresco4r::AlfUnknownException
- Defined in:
- lib/alfresco4r/abstract_service.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(msg) ⇒ AlfUnknownException
constructor
A new instance of AlfUnknownException.
Constructor Details
#initialize(msg) ⇒ AlfUnknownException
Returns a new instance of AlfUnknownException.
106 107 108 109 |
# File 'lib/alfresco4r/abstract_service.rb', line 106 def initialize(msg) @message = msg @status = "Failure" end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
105 106 107 |
# File 'lib/alfresco4r/abstract_service.rb', line 105 def @message end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
105 106 107 |
# File 'lib/alfresco4r/abstract_service.rb', line 105 def status @status end |