Class: Realm::ActionHandler::Result
- Inherits:
-
Array
- Object
- Array
- Realm::ActionHandler::Result
- Defined in:
- lib/realm/action_handler/result.rb
Overview
Tuple of label and value
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#event ⇒ Object
17 18 19 |
# File 'lib/realm/action_handler/result.rb', line 17 def event label if label.is_a?(Realm::Event) end |
#label ⇒ Object
13 14 15 |
# File 'lib/realm/action_handler/result.rb', line 13 def label self[0] end |
#value ⇒ Object
21 22 23 |
# File 'lib/realm/action_handler/result.rb', line 21 def value self[1] end |