Method: Representable::ClassMethods::Declarations#representation_wrap=
- Defined in:
- lib/representable.rb
#representation_wrap=(name) ⇒ Object
99 100 101 |
# File 'lib/representable.rb', line 99 def representation_wrap=(name) representable_attrs.wrap = name end |