Sha256: 1aa98d8e68e530473a30602729303fcd670968179e2e9304fa2515c212fd7263
Contents?: true
Size: 365 Bytes
Versions: 8
Compression:
Stored size: 365 Bytes
Contents
# frozen_string_literal: true require 'fortnox/api/mappers/base' module Fortnox module API module Mapper class Project < Fortnox::API::Mapper::Base KEY_MAP = {}.freeze JSON_ENTITY_WRAPPER = 'Project' JSON_COLLECTION_WRAPPER = 'Projects' end Registry.register(Project.canonical_name_sym, Project) end end end
Version data entries
8 entries across 8 versions & 1 rubygems