class MessageDeliveryTest::DeserializationErrorFixture
Attributes
id[R]
Public Class Methods
find(id)
click to toggle source
# File actionmailer/test/message_delivery_test.rb, line 143 def self.find(id) raise "boom, missing find" end
new(id = 1)
click to toggle source
# File actionmailer/test/message_delivery_test.rb, line 148 def initialize(id = 1) @id = id end
Public Instance Methods
to_global_id(options = {})
click to toggle source
Calls superclass method
# File actionmailer/test/message_delivery_test.rb, line 152 def to_global_id(options = {}) super app: "foo" end