Sha256: cca19f1f61aada08604caff314b73da4c809a17ed74697e88428afb682d35dbd

Contents?: true

Size: 175 Bytes

Versions: 28

Compression:

Stored size: 175 Bytes

Contents

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

class Customer < RestModel
  property :login
end

@root = Customer.from_source!(login: 'jackiechan2010').first
inspect_rest_model(@root)

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
rest_model-0.3.1 examples/properties/simple.rb
rest_model-0.3.0 examples/properties/simple.rb
rest_model-0.2.3 examples/properties/simple.rb
rest_model-0.2.1 examples/properties/simple.rb
rest_model-0.2.0 examples/properties/simple.rb
rest_model-0.1.24 examples/properties/simple.rb
rest_model-0.1.23 examples/properties/simple.rb
rest_model-0.1.22 examples/properties/simple.rb
rest_model-0.1.21 examples/properties/simple.rb
rest_model-0.1.20 examples/properties/simple.rb
rest_model-0.1.19 examples/properties/simple.rb
rest_model-0.1.18 examples/properties/simple.rb
rest_model-0.1.17 examples/properties/simple.rb
rest_model-0.1.16 examples/properties/simple.rb
rest_model-0.1.15 examples/properties/simple.rb
rest_model-0.1.14 examples/properties/simple.rb
rest_model-0.1.13 examples/properties/simple.rb
rest_model-0.1.12 examples/properties/simple.rb
rest_model-0.1.11 examples/properties/simple.rb
rest_model-0.1.10 examples/properties/simple.rb