Class: Rule
- Inherits:
-
Struct
- Object
- Struct
- Rule
- Defined in:
- lib/injector.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#syscall ⇒ Object
Returns the value of attribute syscall.
-
#value ⇒ Object
Returns the value of attribute value.
-
#when ⇒ Object
Returns the value of attribute when.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
4 5 6 |
# File 'lib/injector.rb', line 4 def action @action end |
#syscall ⇒ Object
Returns the value of attribute syscall
4 5 6 |
# File 'lib/injector.rb', line 4 def syscall @syscall end |
#value ⇒ Object
Returns the value of attribute value
4 5 6 |
# File 'lib/injector.rb', line 4 def value @value end |
#when ⇒ Object
Returns the value of attribute when
4 5 6 |
# File 'lib/injector.rb', line 4 def when @when end |