module VzaarApi class Abstract def initialize(attrs = {}); end def update_from_attributes(attrs); end end end