Class: NForm::ServiceError
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = "Unknown Error") ⇒ ServiceError
constructor
A new instance of ServiceError.
Constructor Details
#initialize(message = "Unknown Error") ⇒ ServiceError
Returns a new instance of ServiceError.
43 44 45 |
# File 'lib/nform/service.rb', line 43 def initialize(="Unknown Error") = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
42 43 44 |
# File 'lib/nform/service.rb', line 42 def end |