Class: Statecraft::Introspection::Refusal
- Inherits:
-
Struct
- Object
- Struct
- Statecraft::Introspection::Refusal
- Defined in:
- lib/statecraft/introspection.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#guard ⇒ Object
Returns the value of attribute guard.
-
#layer ⇒ Object
Returns the value of attribute layer.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
12 13 14 |
# File 'lib/statecraft/introspection.rb', line 12 def event @event end |
#guard ⇒ Object
Returns the value of attribute guard
12 13 14 |
# File 'lib/statecraft/introspection.rb', line 12 def guard @guard end |
#layer ⇒ Object
Returns the value of attribute layer
12 13 14 |
# File 'lib/statecraft/introspection.rb', line 12 def layer @layer end |