class ViewModel::ActiveRecord::FunctionalUpdate::Append
Constants
- NAME
Attributes
after[RW]
before[RW]
contents[R]
Public Class Methods
new(contents)
click to toggle source
# File lib/view_model/active_record/update_data.rb, line 28 def initialize(contents) @contents = contents end