Class: ConvenientService::Examples::Standard::V1::Cowsay::Services::BuildCow

Inherits:
Object
  • Object
show all
Includes:
Service::Configs::Standard::V1
Defined in:
lib/convenient_service/examples/standard/v1/cowsay/services/build_cow.rb

Instance Method Summary collapse

Methods included from Config

included

Instance Method Details

#resultObject



17
18
19
# File 'lib/convenient_service/examples/standard/v1/cowsay/services/build_cow.rb', line 17

def result
  success(cow: cow)
end