Class: Kward::Hooks::Catalog::EventDefinition
- Inherits:
-
Struct
- Object
- Struct
- Kward::Hooks::Catalog::EventDefinition
- Defined in:
- lib/kward/hooks/catalog.rb
Instance Attribute Summary collapse
-
#failure_policy ⇒ Object
Returns the value of attribute failure_policy.
-
#modifiable_fields ⇒ Object
Returns the value of attribute modifiable_fields.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#failure_policy ⇒ Object
Returns the value of attribute failure_policy
9 10 11 |
# File 'lib/kward/hooks/catalog.rb', line 9 def failure_policy @failure_policy end |
#modifiable_fields ⇒ Object
Returns the value of attribute modifiable_fields
9 10 11 |
# File 'lib/kward/hooks/catalog.rb', line 9 def modifiable_fields @modifiable_fields end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/kward/hooks/catalog.rb', line 9 def name @name end |