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