Sha256: b48b775ddec4e31c835f2a8bc3ea702b9a07340ad0e26c2a787d185f661d8b65

Contents?: true

Size: 266 Bytes

Versions: 2

Compression:

Stored size: 266 Bytes

Contents

module Harvesting
  module Models
    class Client < Base
      attributed :id,
                 :name,
                 :is_active,
                 :address,
                 :created_at,
                 :updated_at,
                 :currency

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
harvesting-0.2.0 lib/harvesting/models/client.rb
harvesting-0.1.0 lib/harvesting/models/client.rb