Method: Dnsimple::CollectionResponse#initialize
- Defined in:
- lib/dnsimple/response.rb
#initialize(http_response, collection) ⇒ CollectionResponse
Returns a new instance of CollectionResponse.
42 43 44 |
# File 'lib/dnsimple/response.rb', line 42 def initialize(http_response, collection) super end |