Sha256: c1001bccfe09a347aa09d6df9aa6a1153f98152fc247fff9d330bf0deaab832a

Contents?: true

Size: 170 Bytes

Versions: 30

Compression:

Stored size: 170 Bytes

Contents

class RestModel
  class Href < Key
    autoload :Response, "rest_model/key/href/response"
    include   Response

    def initialize
      super(:href)
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

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