Sha256: 0b127d3fa5582ac705f88be2c5395040a1cb2ac0ef8961245d06561b81503899

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

# frozen_string_literal: true

#
# Copyright (c) 2019-present, Blue Marble Payroll, LLC
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
#

module MarbleApiClient
  module Responses
    # Represents an HTTP 200 responses.
    # Adds additional properties to the Success class specific to Create requests.
    class Record < Success
      body_attributes :record
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
marble_api_client-1.1.0 lib/marble_api_client/responses/record.rb
marble_api_client-1.0.0 lib/marble_api_client/responses/record.rb
marble_api_client-1.0.0.pre.alpha.1 lib/marble_api_client/responses/record.rb