Class: Beachcomber::Reaper
- Inherits:
-
Struct
- Object
- Struct
- Beachcomber::Reaper
- Defined in:
- lib/beachcomber/types.rb
Instance Attribute Summary collapse
-
#armed ⇒ Object
Returns the value of attribute armed.
-
#kill_denied ⇒ Object
Returns the value of attribute kill_denied.
-
#reaped ⇒ Object
Returns the value of attribute reaped.
-
#sweeps ⇒ Object
Returns the value of attribute sweeps.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#armed ⇒ Object
Returns the value of attribute armed
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def armed @armed end |
#kill_denied ⇒ Object
Returns the value of attribute kill_denied
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def kill_denied @kill_denied end |
#reaped ⇒ Object
Returns the value of attribute reaped
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def reaped @reaped end |
#sweeps ⇒ Object
Returns the value of attribute sweeps
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def sweeps @sweeps end |
#visibility ⇒ Object
Returns the value of attribute visibility
10 11 12 |
# File 'lib/beachcomber/types.rb', line 10 def visibility @visibility end |