Sha256: 97c84e4cd95be66d591093c5db77775f31c22d0010a698484b6739564a9faaa9
Contents?: true
Size: 591 Bytes
Versions: 4
Compression:
Stored size: 591 Bytes
Contents
# # Ruby classes automatically generated from java classes-- don't edit # module Killbill module Plugin module Model class ExtBusEvent include com.ning.billing.beatrix.bus.api.ExtBusEvent attr_reader :event_type, :object_type, :object_id, :account_id, :tenant_id def initialize(event_type, object_type, object_id, account_id, tenant_id) @event_type = event_type @object_type = object_type @object_id = object_id @account_id = account_id @tenant_id = tenant_id end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems