Class: NominetEPP::Contact::CheckResponse
- Inherits:
-
BasicResponse
- Object
- BasicResponse
- NominetEPP::Contact::CheckResponse
- Defined in:
- lib/nominet-epp/responses/contact/check_response.rb
Instance Method Summary collapse
-
#initialize(response) ⇒ CheckResponse
constructor
A new instance of CheckResponse.
Methods inherited from BasicResponse
#method, #method_missing, #respond_to?, #respond_to_missing?
Constructor Details
#initialize(response) ⇒ CheckResponse
Returns a new instance of CheckResponse.
4 5 6 7 |
# File 'lib/nominet-epp/responses/contact/check_response.rb', line 4 def initialize(response) raise ArgumentError, "must be an EPP::Response" unless response.kind_of?(EPP::Response) super EPP::Contact::CheckResponse.new(response) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class NominetEPP::BasicResponse