class MessageBird::Lookup
def formats=(new_formats)
def formats=(new_formats) @formats = Formats.new(new_formats) end
def hlr=(new_hlr)
def hlr=(new_hlr) @hlr = HLR.new(new_hlr) end
def formats=(new_formats) @formats = Formats.new(new_formats) end
def hlr=(new_hlr) @hlr = HLR.new(new_hlr) end