Exception: GlobodnsClient::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- GlobodnsClient::NotFound
- Defined in:
- lib/globodns_client/exceptions.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ NotFound
constructor
A new instance of NotFound.
-
#inspect ⇒ Object
:nodoc:.
-
#to_s ⇒ Object
:nodoc:.
Constructor Details
#initialize(message) ⇒ NotFound
Returns a new instance of NotFound.
21 22 23 |
# File 'lib/globodns_client/exceptions.rb', line 21 def initialize() = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
19 20 21 |
# File 'lib/globodns_client/exceptions.rb', line 19 def end |
Instance Method Details
#inspect ⇒ Object
:nodoc:
29 30 31 |
# File 'lib/globodns_client/exceptions.rb', line 29 def inspect #:nodoc: "#<#{self.class}: message: #{@message.inspect}>" end |
#to_s ⇒ Object
:nodoc:
25 26 27 |
# File 'lib/globodns_client/exceptions.rb', line 25 def to_s #:nodoc: "#{@message}" end |