Sha256: d18f816f7d1e3597dc21838e6a56d187806f7c955d066102f486d359ba0147b7

Contents?: true

Size: 212 Bytes

Versions: 2

Compression:

Stored size: 212 Bytes

Contents

module Alma
  class LoanSet < ResultSet


    def top_level_key
      'item_loans'
    end

    def response_records_key
      'item_loan'
    end

    def single_record_class
      Alma::Loan
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alma-0.2.4 lib/alma/loan_set.rb
alma-0.2.3 lib/alma/loan_set.rb