Class: Beachcomber::Reaper

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

Instance Attribute Summary collapse

Instance Attribute Details

#armedObject

Returns the value of attribute armed

Returns:

  • (Object)

    the current value of armed



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def armed
  @armed
end

#kill_deniedObject

Returns the value of attribute kill_denied

Returns:

  • (Object)

    the current value of kill_denied



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def kill_denied
  @kill_denied
end

#reapedObject

Returns the value of attribute reaped

Returns:

  • (Object)

    the current value of reaped



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def reaped
  @reaped
end

#sweepsObject

Returns the value of attribute sweeps

Returns:

  • (Object)

    the current value of sweeps



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def sweeps
  @sweeps
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def visibility
  @visibility
end