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.1.9 lib/rest_model/key/href.rb
rest_model-0.1.8 lib/rest_model/key/href.rb
rest_model-0.1.7 lib/rest_model/key/href.rb
rest_model-0.1.6 lib/rest_model/key/href.rb
rest_model-0.1.5 lib/rest_model/key/href.rb
rest_model-0.1.4 lib/rest_model/key/href.rb
rest_model-0.1.3 lib/rest_model/key/href.rb
rest_model-0.1.2 lib/rest_model/key/href.rb
rest_model-0.1.1 lib/rest_model/key/href.rb
rest_model-0.1.0 lib/rest_model/key/href.rb