module VzaarApi
  class Abstract
    attr_reader :scope_id

    def initialize(attrs = {}); end

    def update_from_attributes(attrs); end
  end
end