Class: Brandmaker::MediaVariable
- Defined in:
- lib/brandmaker/media_variable.rb
Instance Attribute Summary
Attributes inherited from Variable
Instance Method Summary collapse
Methods inherited from Variable
#data, #initialize, #label, #purpose, #technical_name, #type_id
Constructor Details
This class inherits a constructor from Brandmaker::Variable
Instance Method Details
#value ⇒ Object
3 4 5 |
# File 'lib/brandmaker/media_variable.rb', line 3 def value super.split(",").join("\n") end |