class Roar::JSON::HAL::Links::ArrayLink
Attributes
rel[R]
Public Class Methods
new(rel, links)
click to toggle source
Calls superclass method
# File lib/roar/json/hal.rb, line 111 def initialize(rel, links) @rel = rel super(links) end