Sha256: 40261590215eb18627d6b2fee61c03793f72bc87213ec352db8bd2a7dc8fdcc0

Contents?: true

Size: 272 Bytes

Versions: 3

Compression:

Stored size: 272 Bytes

Contents

Hoth::Services.define do
  
  service :increment_statistics do |statistic_objects, event|
    returns :nothing
  end
  
  service :statistic_of_cars do |ids|
    returns :statistic_datas
  end
  
  service :create_account do |account|
    returns :account_ids
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hoth-0.4.2 example/config/service_definition.rb
hoth-0.4.1 example/config/service_definition.rb
hoth-0.4.0 example/config/service_definition.rb