Class: Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/injector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



4
5
6
# File 'lib/injector.rb', line 4

def action
  @action
end

#syscallObject

Returns the value of attribute syscall

Returns:

  • (Object)

    the current value of syscall



4
5
6
# File 'lib/injector.rb', line 4

def syscall
  @syscall
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



4
5
6
# File 'lib/injector.rb', line 4

def value
  @value
end

#whenObject

Returns the value of attribute when

Returns:

  • (Object)

    the current value of when



4
5
6
# File 'lib/injector.rb', line 4

def when
  @when
end