Sha256: 3635c626efb3ccc5bdc17093f8ac67632c214cf956fd04ed442b6a211983d4f8
Contents?: true
Size: 463 Bytes
Versions: 6
Compression:
Stored size: 463 Bytes
Contents
require "fortnox/api/mappers/base" module Fortnox module API module Mapper class EmailInformation < Fortnox::API::Mapper::Base KEY_MAP = { email_address_bcc: 'EmailAddressBCC', email_address_cc: 'EmailAddressCC' }.freeze JSON_ENTITY_WRAPPER = JSON_COLLECTION_WRAPPER = 'EmailInformation'.freeze end Registry.register( EmailInformation.canonical_name_sym, EmailInformation ) end end end
Version data entries
6 entries across 6 versions & 1 rubygems