Class: Brandmaker::MediaVariable

Inherits:
Variable
  • Object
show all
Defined in:
lib/brandmaker/media_variable.rb

Instance Attribute Summary

Attributes inherited from Variable

#config

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

#valueObject



3
4
5
# File 'lib/brandmaker/media_variable.rb', line 3

def value
  super.split(",").join("\n")
end