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