Class: Bahtera::LemmaNotFound
- Inherits:
-
Object
- Object
- Bahtera::LemmaNotFound
- Defined in:
- lib/bahtera.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize(message, uri) ⇒ LemmaNotFound
constructor
A new instance of LemmaNotFound.
Constructor Details
#initialize(message, uri) ⇒ LemmaNotFound
Returns a new instance of LemmaNotFound.
50 51 52 53 |
# File 'lib/bahtera.rb', line 50 def initialize(, uri) @message = @uri = uri end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
48 49 50 |
# File 'lib/bahtera.rb', line 48 def @message end |
#uri ⇒ Object (readonly)
Returns the value of attribute uri.
48 49 50 |
# File 'lib/bahtera.rb', line 48 def uri @uri end |