Class: ActiveDomain::Event

Inherits:
ActiveEvent::Event
  • Object
show all
Defined in:
app/models/active_domain/event.rb

Instance Method Summary collapse

Instance Method Details

#readonly?Boolean

allow write inside the domain

Returns:

  • (Boolean)


6
7
8
# File 'app/models/active_domain/event.rb', line 6

def readonly?
  @readonly
end