Sha256: 68e93f52657534ced550964ddc4869de62b3ef8e61a937ca5f70e7572fbd6a1d

Contents?: true

Size: 201 Bytes

Versions: 13

Compression:

Stored size: 201 Bytes

Contents

module Ecoportal
  module API
    class V1
      class Person < Common::BaseModel
        def sync
          @original_doc = JSON.parse(@doc.to_json)
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
eco-helpers-0.6.13 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.12 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.11 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.9 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.8 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.7 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.6 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.5 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.4 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.3 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.2 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.1 lib/eco/api/common/version_patches/external_person.rb
eco-helpers-0.6.0 lib/eco/api/common/version_patches/external_person.rb