Module: Salutations
- Includes:
- PayDirt::UseCase
- Included in:
- Fuck::Chainsaw, Fuck::Donut, Fuck::Everyone, Fuck::Everything, Fuck::Fascinating, Fuck::Flying, Fuck::King, Fuck::Life, Fuck::Linus, Fuck::Off, Fuck::Outside, Fuck::Pink, Fuck::Shakespeare, Fuck::Thanks, Fuck::That, Fuck::Thing, Fuck::This, Fuck::You
- Defined in:
- lib/salutations.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/salutations.rb', line 4 def self.included(base) def call FOaaS::FO.new(resource: @resource, from: @from, name: @name).execute! end alias_method :execute!, :call end |
Instance Method Details
#call ⇒ Object
5 6 7 |
# File 'lib/salutations.rb', line 5 def call FOaaS::FO.new(resource: @resource, from: @from, name: @name).execute! end |