Method: Representable#representable_attrs=

Defined in:
lib/representable.rb

#representable_attrs=(value) ⇒ Object

Sets the attribute representable_attrs

Parameters:

  • value

    the value to set the attribute representable_attrs to.



19
20
21
# File 'lib/representable.rb', line 19

def representable_attrs=(value)
  @representable_attrs = value
end