Class: Webhookdb::Messages::Testers::WithLayout
- Inherits:
-
Base
show all
- Defined in:
- lib/webhookdb/messages/specs.rb
Instance Method Summary
collapse
Methods inherited from Base
#template_folder
#dispatch, #dispatch_email, #extra_fields, fixtured, #full_template_name, #layout_path, #liquid_drops, #liquify, #template_folder, #template_path
Instance Method Details
#layout ⇒ Object
53
54
55
|
# File 'lib/webhookdb/messages/specs.rb', line 53
def layout
return "standard"
end
|
#template_name ⇒ Object
49
50
51
|
# File 'lib/webhookdb/messages/specs.rb', line 49
def template_name
return "basic"
end
|