module Roar::Decorator::HypermediaConsumer
Public Instance Methods
links=(arr)
click to toggle source
Calls superclass method
# File lib/roar/decorator.rb, line 6 def links=(arr) super represented.instance_variable_set :@links, self.links end