Sha256: a5a441dd32f92b64fd302738ac056c3626eebdf8b5c6167c5fe7e16a838e06d7

Contents?: true

Size: 208 Bytes

Versions: 13

Compression:

Stored size: 208 Bytes

Contents

module RockRMS
  module Response
    class Fund < Base
      MAP = {
        id:   'Id',
        name: 'Name'
      }.freeze

      def format_single(data)
        to_h(MAP, data)
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rock_rms-3.7.0 lib/rock_rms/response/fund.rb
rock_rms-3.6.3 lib/rock_rms/response/fund.rb
rock_rms-3.6.2 lib/rock_rms/response/fund.rb
rock_rms-3.6.1 lib/rock_rms/response/fund.rb
rock_rms-3.6.0 lib/rock_rms/response/fund.rb
rock_rms-3.5.0 lib/rock_rms/response/fund.rb
rock_rms-3.4.1 lib/rock_rms/response/fund.rb
rock_rms-3.4.0 lib/rock_rms/response/fund.rb
rock_rms-3.2.0 lib/rock_rms/response/fund.rb
rock_rms-3.1.0 lib/rock_rms/response/fund.rb
rock_rms-3.0.2 lib/rock_rms/response/fund.rb
rock_rms-3.0.1 lib/rock_rms/response/fund.rb
rock_rms-3.0.0 lib/rock_rms/response/fund.rb