Sha256: 943f27e216789a52af1e6fc876ae1ecf4b3f01b0c105f1c87a770db179ad96d6
Contents?: true
Size: 246 Bytes
Versions: 16
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true class ShoppingMall include Arstotzka expose :customers, path: 'floors.stores', flatten: true, json: :hash def initialize(hash) @hash = hash end private attr_reader :hash end
Version data entries
16 entries across 16 versions & 1 rubygems