module Rentvine class Owner < RentvineModel def initialize(data = {}) super(data) end end end