Class: MasterView::Directives::Preview

Inherits:
Object
  • Object
show all
Defined in:
lib/masterview/directives/preview.rb

Instance Method Summary collapse

Constructor Details

#initialize(attribute_value) ⇒ Preview



5
6
7
# File 'lib/masterview/directives/preview.rb', line 5

def initialize(attribute_value)
  @attribute_value = attribute_value
end