Sha256: a9a7d743998c1723f3a1fab584f428a5767883effadfe9ce138838b74c77302a
Contents?: true
Size: 283 Bytes
Versions: 16
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true class JobSeeker include Arstotzka expose :applicants, case: :snake, default: 'John Doe', full_path: 'applicants.full_name', compact: true, json: :@hash def initialize(hash) @hash = hash end end
Version data entries
16 entries across 16 versions & 1 rubygems