Sha256: 26fdd9a1a7fe429ebdc2d9fe6df1ff231ced2adf0a33138c68e9b2d4d390412f

Contents?: true

Size: 147 Bytes

Versions: 28

Compression:

Stored size: 147 Bytes

Contents

$:.push 'examples'; require 'helper'

class Customer < RestModel
  id
end

@root = Customer.from_source!(id: 2000).first
inspect_rest_model(@root)

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
rest_model-0.1.9 examples/properties/with_id.rb
rest_model-0.1.8 examples/properties/with_id.rb
rest_model-0.1.7 examples/properties/with_id.rb
rest_model-0.1.6 examples/properties/with_id.rb
rest_model-0.1.5 examples/properties/with_id.rb
rest_model-0.1.4 examples/properties/with_id.rb
rest_model-0.1.3 examples/properties/with_id.rb
rest_model-0.1.2 examples/properties/with_id.rb