Class: Lita::External::Robot::Ballot
- Inherits:
-
Object
- Object
- Lita::External::Robot::Ballot
- Defined in:
- lib/lita/external/robot.rb
Instance Attribute Summary collapse
-
#veto ⇒ Object
Returns the value of attribute veto.
Instance Method Summary collapse
-
#initialize ⇒ Ballot
constructor
A new instance of Ballot.
Constructor Details
#initialize ⇒ Ballot
Returns a new instance of Ballot.
7 8 9 |
# File 'lib/lita/external/robot.rb', line 7 def initialize @veto = false end |
Instance Attribute Details
#veto ⇒ Object
Returns the value of attribute veto.
6 7 8 |
# File 'lib/lita/external/robot.rb', line 6 def veto @veto end |