class Acme::Client::Resources::Registration

def initialize(client, response)

def initialize(client, response)
  @client = client
  @uri = response.headers['location']
  assign_links(response.headers['Link'])
  assign_attributes(response.body)
end