module Roar::XML::ClassMethods
Public Instance Methods
links_definition_options()
click to toggle source
# File lib/roar/xml.rb, line 34 def links_definition_options # FIXME: this doesn't belong into the generic XML representer. { :as => :link, :class => Hypermedia::Hyperlink, :extend => XML::HyperlinkRepresenter, :exec_context => :decorator, collection: true } # TODO: merge with JSON. end