Method: Scrivito::Link#obj=

Defined in:
app/cms/scrivito/link.rb

#obj=(value) ⇒ Object

Set the Obj this link should reference.

Parameters:

  • value (Obj)

    the obj this link should point to



61
62
63
# File 'app/cms/scrivito/link.rb', line 61

def obj=(value)
  @link_data[:obj] = value
end