class RecordTagPost
Attributes
body[RW]
id[RW]
Public Class Methods
new() { |self| ... }
click to toggle source
# File actionview/test/template/record_tag_helper_test.rb, line 10 def initialize @id = 45 @body = "What a wonderful world!" yield self if block_given? end