Sha256: a7e6ffa3f820fbc13a03095af0bd7e703788a49eb397c08589476e57eb231f4c

Contents?: true

Size: 212 Bytes

Versions: 30

Compression:

Stored size: 212 Bytes

Contents

# encoding: utf-8

$:.push 'lib'; require 'rest_model'

def inspect_rest_model(element)
  puts "instance:  #{element.inspect}"
  puts "resource:  #{element.resource}"
  puts "to_source: #{element.to_source}"
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
rest_model-0.1.9 examples/helper.rb
rest_model-0.1.8 examples/helper.rb
rest_model-0.1.7 examples/helper.rb
rest_model-0.1.6 examples/helper.rb
rest_model-0.1.5 examples/helper.rb
rest_model-0.1.4 examples/helper.rb
rest_model-0.1.3 examples/helper.rb
rest_model-0.1.2 examples/helper.rb
rest_model-0.1.1 examples/helper.rb
rest_model-0.1.0 examples/helper.rb