Sha256: c1c3ce08a2f09bb1cffdbdd6079831d2e93f5d64ce6fafcd429e917ef17a2a83

Contents?: true

Size: 206 Bytes

Versions: 6

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

class Office
  include Arstotzka

  expose :employes, full_path: 'employes.first_name',
                    compact:   true

  def initialize(hash)
    @hash = hash
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arstotzka-1.6.2 spec/support/models/office.rb
arstotzka-1.6.1 spec/support/models/office.rb
arstotzka-1.6.0 spec/support/models/office.rb
arstotzka-1.5.0 spec/support/models/office.rb
arstotzka-1.4.4 spec/support/models/office.rb
arstotzka-1.4.3 spec/support/models/office.rb