Sha256: f351ecf7dce75b1cb4a7f6cc9eef9ff3b5659f6c97b1f4c8ab043a0a59d68c84

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 Bytes

Contents

class Roar::Decorator < Representable::Decorator
  extend Roar::Representer::InheritableArray

  module HypermediaConsumer
    def links_array=(*args)
      super # TODO: this currently sets #links which is not obvious.
      represented.links = links
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roar-0.11.16 lib/roar/decorator.rb