Sha256: 356a2774f7c28c3bc6e4b32acf7872aa8c203a243595b1b4d6b52c237b145d0d

Contents?: true

Size: 324 Bytes

Versions: 38

Compression:

Stored size: 324 Bytes

Contents

# frozen_string_literal: true

require './spec/support/models/http_json_model'

class HttpPerson < HttpJsonModel
  parse :uid
  parse :name,     path: [:personal_information]
  parse :age,      path: [:personal_information]
  parse :username, path: [:digital_information]
  parse :email,    path: [:digital_information]
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
sinclair-2.1.1 spec/support/models/http_person.rb
sinclair-2.1.0 spec/support/models/http_person.rb
sinclair-2.0.1 spec/support/models/http_person.rb
sinclair-2.0.0 spec/support/models/http_person.rb
sinclair-1.16.3 spec/support/models/http_person.rb
sinclair-1.16.2 spec/support/models/http_person.rb
sinclair-1.16.1 spec/support/models/http_person.rb
sinclair-1.16.0 spec/support/models/http_person.rb
sinclair-1.15.0 spec/support/models/http_person.rb
sinclair-1.14.2 spec/support/models/http_person.rb
sinclair-1.14.1 spec/support/models/http_person.rb
sinclair-1.14.0 spec/support/models/http_person.rb
sinclair-1.13.0 spec/support/models/http_person.rb
sinclair-1.12.1 spec/support/models/http_person.rb
sinclair-1.12.0 spec/support/models/http_person.rb
sinclair-1.11.0 spec/support/models/http_person.rb
sinclair-1.10.0 spec/support/models/http_person.rb
sinclair-1.9.0 spec/support/models/http_person.rb
sinclair-1.8.0 spec/support/models/http_person.rb
sinclair-1.7.0 spec/support/models/http_person.rb