Class: Yes::Core::Aggregate::HasAuthorizer::AuthorizerOptions
- Inherits:
-
Struct
- Object
- Struct
- Yes::Core::Aggregate::HasAuthorizer::AuthorizerOptions
- Defined in:
- lib/yes/core/aggregate/has_authorizer.rb
Overview
Mutable struct for holding authorizer options
Instance Attribute Summary collapse
-
#aggregate ⇒ Object
Returns the value of attribute aggregate.
-
#authorizer_base_class ⇒ Object
Returns the value of attribute authorizer_base_class.
-
#authorizer_block ⇒ Object
Returns the value of attribute authorizer_block.
-
#changes_read_model_class ⇒ Object
Returns the value of attribute changes_read_model_class.
-
#context ⇒ Object
Returns the value of attribute context.
-
#draftable ⇒ Object
Returns the value of attribute draftable.
-
#read_model_class ⇒ Object
Returns the value of attribute read_model_class.
-
#resource_name ⇒ Object
Returns the value of attribute resource_name.
Instance Attribute Details
#aggregate ⇒ Object
Returns the value of attribute aggregate
16 17 18 |
# File 'lib/yes/core/aggregate/has_authorizer.rb', line 16 def aggregate @aggregate end |
#authorizer_base_class ⇒ Object
Returns the value of attribute authorizer_base_class
16 17 18 |
# File 'lib/yes/core/aggregate/has_authorizer.rb', line 16 def @authorizer_base_class end |
#authorizer_block ⇒ Object
Returns the value of attribute authorizer_block
16 17 18 |
# File 'lib/yes/core/aggregate/has_authorizer.rb', line 16 def @authorizer_block end |
#changes_read_model_class ⇒ Object
Returns the value of attribute changes_read_model_class
16 17 18 |
# File 'lib/yes/core/aggregate/has_authorizer.rb', line 16 def changes_read_model_class @changes_read_model_class end |
#context ⇒ Object
Returns the value of attribute context
16 17 18 |
# File 'lib/yes/core/aggregate/has_authorizer.rb', line 16 def context @context end |
#draftable ⇒ Object
Returns the value of attribute draftable
16 17 18 |
# File 'lib/yes/core/aggregate/has_authorizer.rb', line 16 def draftable @draftable end |
#read_model_class ⇒ Object
Returns the value of attribute read_model_class
16 17 18 |
# File 'lib/yes/core/aggregate/has_authorizer.rb', line 16 def read_model_class @read_model_class end |
#resource_name ⇒ Object
Returns the value of attribute resource_name
16 17 18 |
# File 'lib/yes/core/aggregate/has_authorizer.rb', line 16 def resource_name @resource_name end |