Method: Representable#representable_attrs=
- Defined in:
- lib/representable.rb
#representable_attrs=(value) ⇒ Object
Sets the attribute representable_attrs
7 8 9 |
# File 'lib/representable.rb', line 7 def representable_attrs=(value) @representable_attrs = value end |