Class: Sequent::Core::TenantEvent
- Defined in:
- lib/sequent/core/event.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ TenantEvent
constructor
A new instance of TenantEvent.
Methods inherited from Event
Methods included from Helpers::StringSupport
Methods included from Helpers::EqualSupport
Methods included from Helpers::AttributeSupport
#attributes, included, #validation_errors
Methods included from Helpers::Copyable
Constructor Details
#initialize(args = {}) ⇒ TenantEvent
Returns a new instance of TenantEvent.
43 44 45 46 |
# File 'lib/sequent/core/event.rb', line 43 def initialize(args = {}) super raise "Missing organization_id" unless @organization_id end |