Class: DuoRuby::Channel::Handler
- Inherits:
-
Struct
- Object
- Struct
- DuoRuby::Channel::Handler
- Defined in:
- lib/duoruby/channel.rb
Overview
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#event ⇒ Object
Returns the value of attribute event.
-
#once ⇒ Object
Returns the value of attribute once.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
35 36 37 |
# File 'lib/duoruby/channel.rb', line 35 def block @block end |
#event ⇒ Object
Returns the value of attribute event
35 36 37 |
# File 'lib/duoruby/channel.rb', line 35 def event @event end |
#once ⇒ Object
Returns the value of attribute once
35 36 37 |
# File 'lib/duoruby/channel.rb', line 35 def once @once end |